ChangeUserInfo Step

Learn how to change user information

Last published at: May 14th, 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

Example:

Let’s build and execute the changeUserInfo example. 

  • Create a new process definition
  • Drag a "changeuserinfo" step from the toolbox

  • Configure the step 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 "changeuserinfo" step should change the users information as configured.