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 63 describes the elements and sections in the Wait workflow action set XML output file.

Table 63. Elements and Sections in the Wait Workflow Action Set XML File
Element or Section
Description

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

<WorkflowName> 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:WorkflowAction>

The <WorkflowAction> section contains the details of the workflow action.

<data:WorkflowAction>
  <data:Name>WaitTest</data:Name>
. . .
</data:WorkflowAction>

<Name> is the name of the workflow action.

<data:WorkflowAction>
. . .
  <data:Active>true</data:Active>
. . .
</data:WorkflowAction>

<Active> specifies whether the workflow action is active (true) or inactive (false).

<data:WorkflowAction>
. . .
  <data:Order>4</data:Order>
. . .
</data:WorkflowAction>

<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 on the workflow rule.

<data:WorkflowAction>
. . .
  <data:WorkflowWaitAction>
. . .
  </data:WorkflowWaitAction>
</data:WorkflowAction>

The <WorkflowWaitAction> section contains the details of the Wait workflow action.

<data:WorkflowAction>
. . .
  <data:WorkflowWaitAction>
   <data:ReevaluateRuleConditionsAfterWait>true
   </data:ReevaluateRuleConditionsAfterWait>
. . .
  </data:WorkflowWaitAction>
</data:WorkflowAction>

<ReevaluateRuleConditionsAfterWait> determines whether the workflow rule condition is to be reevaluated when the waiting period ends (true) or the workflow rule condition is not to be reevaluated (false).

<data:WorkflowAction>
. . .
  <data:WorkflowWaitAction>
. . .
    <data:WaitType>Period</data:WaitType>
. . .
  </data:WorkflowWaitAction>
</data:WorkflowAction>

<WaitType> specifies the type of wait period selected in the user interface. The values that are valid are:

    • Period
    • Period Expression
    • Date Time
    • Date Time Expression

<data:WorkflowAction>
. . .
  <data:WorkflowWaitAction>
. . .
    <data:DateTime></data:DateTime>
. . .
  </data:WorkflowWaitAction>
</data:WorkflowAction>

<DateTime> specifies the date and time the wait period will end, if the <WaitType> value is Date Time.

<data:WorkflowAction>
. . .
  <data:WorkflowWaitAction>
. . .
    <data:WaitExpression>PYM10DTHM
    </data:WaitExpression>
  </data:WorkflowWaitAction>
</data:WorkflowAction>

<WaitExpression> contains an expression that specifies the wait period, if the <WaitType> value is Period Expression or Date Time Expression. If the <WaitType> value is Period, then <WaitExpression> 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 37 Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.