Skip to content

set a timer to workflow #1023

Answered by bruno-f-cruz
MahnoorK1 asked this question in Q&A
Discussion options

You must be logged in to vote

Heya,

If you want a timer that is specific for the sequences of the cameras you can use TakeUntil with a Timer as the triggering event:

Alternatively, if you want to stop the whole workflow, as your title suggests, you can use a Timer connected to a WorkflowOutput. This last trick works because upon the termination of any sequence connected to a WorkflowOutput, the workflow will be closed.

Hope it helps,
Bruno

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MahnoorK1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants