Oracle Migration Tool On Demand Guide > Migrating Workflow Rules, Action Sets, and User Sets >

Elements and Sections in the Workflow User Sets Output File


Table 70 describes the elements and sections in the workflow user sets XML file.

Table 70. Elements and Sections in the Workflow User Sets XML File
Element or Section
Description

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

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

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

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

<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>

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.
    • UserExternalSystemId. The external system ID of the user.
    • UserLoginName. The login name for the user.

Oracle Migration Tool On Demand Guide, Release 38, Rev. A Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Legal Notices.