Get a list of user workflow ids

Use this step to fetch user's GUID by their name.

Last published at: June 25th, 2023

clsGetUserWorkflowIds Step

Description:

Get a list of user workflow ids.  

 

Inputs

  • userNames - user name for the user (external user name as configured in FlowWright)
  • varGlobalUserIds - Variable/Global to hold the UserID
 

 

Returns

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

 

Usage:

 

 

Example:

Let’s build and execute the clsGetUserWorkflowIdsDef example.       

  • Create a new definition called “clsGetUserWorkflowIdsDef”
  • Select the definition and click the “design” button
  • Drag a "clsGetUserWorkflowIds" step to the canvas
  • Connect the dots between the start and "clsGetUserWorkflowIds" step
  • Define a variable/global to store the result after execution
  • Click on the "clsGetUserWorkflowIds" step to configure its "Settings" properties. Provide a name for the step. Provide the external user name. Provide the variable/global reference to hold the user's GUID value.
  • The “Logging” setting configuration is necessary for documentation and also measure the workflow progress and the percent complete. This is acheived 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. Render the process instance. Click on the process step to view the properties. The step should get the workflow UserID and store in variable.WFUserID as configured.