Execution timeout
Corteza workflows' execution does not timeout by default (the workflow can run indefinitely).
If your use-case requires you to define a timeout, you can implement this manually.
The below example does two things:
-
Schedule a timeout after 10sec of execution,
-
repeat the iterator indefinitely.