Page 1 of 1

Workflow example: loop forever

Posted: Tue Dec 03, 2024 10:01 pm
by emcodem
I often need a workflow that calls itself forever in order to develop on webinterface and similar tests.

Here is a simple workflow that calls itself forever. It is too fast to be cancelled from UI, for that you can add hold 10 seconds instead of 0 seconds.
It uses a http communicate processor to start a new API job to it's own workflow ID and also it sets and submits the current loop count as a variable.
So after all this is also a good example how to start another workflow using the http communicate processor in case you need that.
emcodem_loop_workflow.json
(4.2 KiB) Downloaded 106 times