clsGetProperties Step

Use this step to get item properties.

Last published at: September 16th, 2024

Description:

Get the properties of the Item (Task, User, Workflow Definition, Workflow Instance, Form Definition, Form Instance).

 

Inputs

  • itemID- Enter item id
  • itemType- Select item type
  • propsToGet- Properties to get
 

 

Returns

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

 

Usage:

 

 

Example:

Let’s build and execute the “clsGetPropertiesDef” example.

  • Create a new definition called “clsGetPropertiesDef” 
  • Select the definition and click the “design” button
  • Drag and connect the controls as shown above
  • Define a variable/global to store the UserID after execution
  • Click on the "getWorkflowUserId" step to configure its "Settings" properties. Provide a name to the step. Provide the user name of the user. Provide a variab/global to hold the userID after execution. 

 

  • Click on the "clsSetProperties" step to configure its "Settings" properties. Give the step a name. Provide a variable or global that holds the userID from the previous execution. Select the item type from the dropdown list. 

 

  • Click on the "clsSetProperties" step to configure its "Settings" properties. Click on the button to set the properties. 

 

  • Click the "clsGetProperties" step to configure its "Settings" properties. Give the step a name. Provide a variable or global that holds the userID from the previous execution. Select the item type from the dropdown list. 

 

  • Click the "clsGetProperties" step to configure its "Settings" properties. Click on the button to set the properties. 

 

  • The “Logging” setting configuration is necessary for documentation and also measures the workflow progress and the percent complete. This is achieved by configuring the step state and percent fields individually, as shown in the images below. Configure the “Logging” using the following properties.

 

  • Save the process definition, create a new process instance, and execute. Check the step properties by rendering the process instance. The process step clsGetProperties should get Item properties (Task, User, Workflow Definition, Workflow Instance, Form Definition, Form Instance) as configured. 

 

Definition Sample:

You may download the sample definition from the link here and later import it (drag-drop) to your FlowWright Process (XML) and Form Definition (HTML) page. After import, you must verify the process steps and complete the database configuration, if any. 

 

https://github.com/FlowWrightCode/FW10Steps/blob/main/clsGetPropertiesDef.xml