Updates any # of globals

Last published at: May 14th, 2024

Description:

Updates any # of globals

Inputs

  • updateGlobals – Update multiple globals

Returns

  • True – step executed successfully
  • False – step failed to execute 

Usage:

Example:

Let’s build and execute the updateGlobalDef example.          

  • Create a new definition called “updateGlobalDef
  • Select the definition and click the “design” button
  • Drag a updateGlobals step to the canvas
  • Connect the dots between the start and updateGlobals step
  • Let’s define 3 globals called “fullname, dob, total”

  • Let’s update the defined globals using the step 

  • Save the process definition
  • Create a process instance and execute to see the updated values of the globals