Submit Workflow Action Set

The following table describes the elements and sections in the Submit workflow action set XML output file.

Note: The Submit workflow action is available only in Oracle CRM On Demand Life Sciences Edition.

Table Elements and Sections in the Submit Workflow Action Set XML File

Description Element or Section

<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:WorkflowName>MyTestSubmitTrans
</data:WorkflowName>

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

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

<Name> is the name of the workflow action.

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

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

<data:WorkflowAction>
. . .
  <data:Active>true</data:Active>
. . .
</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:Order>1</data:Order>
. . .
</data:WorkflowAction>

The <WorkflowSubmitTransactionAction> section contains no data. For more information about using the Submit action for submitting sample transactions, see Oracle CRM On Demand Online Help.

<data:WorkflowAction>
. . .
  <data:WorkflowSubmitTransactionAction/>
</data:WorkflowAction>