Start
Description
The Start action is the starting point for workflow execution.
Every workflow needs to have one and only one start action. |
The start action has additional options to repeat a workflow, this works both in the local and remote workflow engine.
![The alt text of the image](../../_images/actions/action-start-dialog.png)
When you activate the repeat option the workflow will continue to run and restart based on the interval you specify. This can be on a fixed day with a specific timestamp. Or every x seconds/minutes
While this does not replace a scheduler it can be used for basic scheduling. Please note that using this will keep the workflow in a running state meaning the Java process will continue to exist and use resources on the system.