setBODynamicProperties Step

Last published at: May 3rd, 2021

Description:

Get a business object within the process.

Inputs

  • boName – name of the business object
  • boProps –  business object dynamic properties to set

Returns

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

Usage:

Example:

Let’s build and execute the SetBODynamicPropertiesDef example.          

  • Create a new definition called “SetBODynamicPropertiesDef
  • Select the definition and click the “design” button
  • Drag a SetBODynamicProperties step from the toolbox
  • Connect the dots between the start and SetBODynamicProperties step

  • Click on the “setBODynamicProperties” step to configure its properties
  • Enter the BO name as cDevBO.Person
  • Configure the following values for the properties as shown on the below graphic

  • Set dynamic params value below

  • Save the workflow definition, create a workflow instance and execute. Step should set the dynamic BO properties for person business object.