start Step

Last published at: April 6th, 2021

Description:

Start step is the first step of any workflow definition. It starts the execution of the process.

Inputs

  • variables - Manage Variables – define variables for the workflow definition
  • globals - Manage Globals – define globals for the workflow definition
  • businessObjects - Manage Business object – define and manage business objects
  • useSingleIteration - Use single execution iteration – keeps only the last execution iteration

Returns

  • None

Usage:

Example:

Let’s build and execute the startDef example.          

  • Create a new definition called “startDef
  • Select the definition and click the “design” button
  • Drag the above controls from the toolbox
  • Connect the dots between the start and the rest as above step
  • Save the workflow definition, create a workflow instance and execute.