Auto fulfillment option for workflow definition form.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
formId | long | element | 1/1 | Get the form id. | |
fulfillImmediately | string | element | 0/1 | Gets the fulfill immediately flag. This determines if we can fulfill the non disruptive parts of the request immediately. | |
fulfillmentRule | AutoChangeFulfillmentRule | element | 0/1 | Get the fulfillment rule. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<AutoChangeFulfillmentFormOption xsitype="..."> <formId>...</formId> <fulfillmentRule>...</fulfillmentRule> <fulfillImmediately>...</fulfillImmediately> </AutoChangeFulfillmentFormOption>