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

Wait Action Workflow Action Set


Table 60 describes the elements and sections in the Wait workflow action set XML output file.

Table 60. Elements and Sections in the Wait 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>WaitTest</data:Name>
  <data:Active>true</data:Active>
  <data:Order>4</data:Order>
  <data:WorkflowWaitAction>
   <data:ReevaluateRuleConditionsAfterWait>true
   </data:ReevaluateRuleConditionsAfterWait>
    <data:WaitType>Period</data:WaitType>
    <data:DateTime></data:DateTime>
    <data:WaitExpression>PYM10DTHM
    </data:WaitExpression>
  </data:WorkflowWaitAction>
</data:WorkflowAction>

This section contains the Wait Action elements.

  • <Order> 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.
  • <WaitType> specifies the type of wait period selected in the user interface. The values that are valid are:
    • Period
    • Period Expression
    • Data Time
    • Date Time Expression
  • The <WaitExpression> value depends on the <WaitType> element. When the <WaitType> value is Period, the <WaitExpression> element indicates the period as PYMDTHM. For example:
    • PYM10DTHM indicates 10 days.
    • P1Y3MDTHM indicates 1 year and 3 months.
    • PYMDT5H15M indicates 5 hours and 15 minutes.

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