Oracle Migration Tool On Demand Guide > Migrating Workflow Rules and Action Sets > Elements and Sections in the Workflow Action Sets Output File >

Integration Event Workflow Action Set


Table 62 describes the elements and sections in the Create Integration Event workflow action set XML output file.

Table 62. Elements and Sections in the Create Integration Event Workflow Action Set XML File
Element or Section
Description

<data:WorkflowName>Opportunity Approval</data:WorkflowName>

This element contains the name of the workflow rule with which this action is associated. When performing an Upsert or InsertOrUpdate operation for workflow actions, this name is used to find a matching workflow rule.

<data:WorkflowAction>
  <data:Name>EventQueue</data:Name>
  <data:Active>true</data:Active>
  <data:Order>6</data:Order>
  <data:WorkflowCreateIntegrationEventAction>
    <data:ListOfQueues>
      <data:QueueName>Default Queue</data:QueueName>
    </data:ListOfQueues>
    <data:ListOfFields>
      <SchemaVersion>Web Services v1.0
       </SchemaVersion>
      <data:FieldName>Currency Code</data:FieldName>
      <data:AlwaysInclude>true</data:AlwaysInclude>
      <data:TrackChanges>true</data:TrackChanges>
    </data:ListOfFields>
  </data:WorkflowCreateIntegrationEventAction>
</data:WorkflowAction>

This section contains the Integration Event workflow action elements.

The <Order> element is the order number for the workflow action within the set of actions on the workflow rule. It determines the order in which Oracle CRM On Demand invokes the sequence of workflow actions.

Oracle Migration Tool On Demand Guide, Release 33 Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.