Elements and Sections in the Workflow User Sets Output File

The following table describes the elements and sections in the workflow user sets XML file.

Table Elements and Sections in the Workflow User Sets XML File

Description Element or Section

<WorkflowName> specifies the name of the workflow rule. This field has a maximum of 50 characters.

<data:WorkflowUserSet>
  <data:WorkflowName>Opportunity Rule
  </data:WorkflowName> 
. . .
</data:WorkflowUserSet> 

The <ListOfWorkflowUsers> section contains the workflow user set for the workflow.

<data:WorkflowUserSet>
. . .
  <data:ListOfWorkflowUsers>
. . .
  </data:ListOfWorkflowUsers> 
</data:WorkflowUserSet>

The <WorkflowUser> section contains the data for a user in the following elements:

  • UserLastName. The user’s last name.

  • UserFirstName. The user’s first name.

  • UserFullName. The user’s full name.

  • UserEmail. The user’s email address.

  • UserAlias. The user alias of the user.

  • UserId. The user’s ID.k

  • UserExternalSystemId. The external system ID of the user.

  • UserLoginName. The login name for the user.

<data:WorkflowUserSet>
. . .
  <data:ListOfWorkflowUsers>
    <data:WorkflowUser>
      <data:UserLastName>Lee
      </data:UserLastName>
      <data:UserFirstName>Joey
      </data:UserFirstName>
      <data:UserFullName>Joey Lee
      </data:FullLastName>
      <data:UserEmail>Jolee@test.com
      </data:UserEmail>
      <data:UserAlias>Jolee</data:UserAlias>
      <data:UserId>IQA2-13BMET</data:UserId>
      <data:UserExternalSystemId>Jli
      </data:UserExternalSystemId>
      <data:UserLoginName>JLICORP/ADMIN
      </data:UserLoginName>
    <data:WorkflowUser>
. . .
  </data:ListOfWorkflowUsers> 
</data:WorkflowUserSet>