ChangeUserInfo Step

Use this process step to change the user's information.

Last published at: January 2nd, 2024

Description:

Changes the users information.  

Inputs

  • workflowUserID – user id of the user
  • username – user name to change
  • fullName – full name to change
  • email – email to change
 

 

Returns

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

 

Usage:

Example:

Let’s build and execute the changeUserInfo example. 

  • Create a new process definition
  • Drag a "changeUserInfo" step from the toolbox
  • Click on the "changeUserInfo" step to configure its "Settings" properties. Provide a name to the step. Provide the user's GUID value (fetch from User management page).
  • Configure the “Advanced” using the following properties. Provide the changes for User Name, Full Name and Email address. Take note the changes should remain unique with regards to other users in application database. 
  • 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 change the users information as configured.