clsDynamicStepBuilder Step

Last published at: June 29th, 2021

Description:

Creates dynamic serial/parallel steps during runtime based on schema

Inputs

  • dynamicType – Select dynamic type
  • varGlobalStepData – Variable / Global holding dynamic step data

Returns

  • true  – true condition
  • false – false condition

Usage:

Example:

Let’s build and execute the clsDynamicStepBuilderDef example.

  • Create a new definition called “clsDynamicStepBuilderDef ”
  • Select the definition and click the “design” button
  • Drag the above steps to the canvas
  • Connect the dots between the start and other steps as above
  • Click on the “updateGlobals” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Click on the “dynamicSteps” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Save the workflow definition, create a workflow instance and execute. 
  • Check by rendering the workflow instance. clsDynamicStepBuilder step should create dynamic serial/parallel steps during runtime based on schema as shown on the below graphic.