Start

Description

The Start action is a special action, as it is the starting point for all workflow executions.

Note: Every workflow needs to have one and only one start action.

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.

Last updated