Name | Type | Multiplicity | Description |
---|---|---|---|
name |
property string |
[0,1] | Name for the action. |
description |
property string |
[0,1] | Free-form description (e. |
condition |
property ExpressionType |
[0,1] | When should this action be applied? |
processSpecification |
container WfProcessSpecificationType |
[0,1] | TODO EXPERIMENTAL |
compositionStrategy |
container ApprovalCompositionStrategyType |
[0,1] | How should be this approval policy action composed with other ones that might be related to the same item (object or assignment)? |
approvalDisplayName |
property LocalizableMessageTemplateType |
[0,1] | Display name for this approval definition. |
approverRelation |
property QName |
[0,-1] | What relation(s) to use when determining approvers? E. |
approverRef |
reference ObjectReferenceType |
[0,-1] | Direct enumeration of the approvers to be used. |
approverExpression |
property ExpressionType |
[0,-1] | Expression(s) that yield approvers to be used. |
approvalSchema |
container ApprovalSchemaType |
[0,1] | More complex (multi-stages) approval schema. |
approvalProcess |
property string |
[0,1] | Name of custom approval process. |
automaticallyApproved |
property ExpressionType |
[0,1] | Condition specifying when the approval is automatically granted (e. |
Flags: RAM,runtime
Multiplicity: [0,1]
Name for the action. It is used for logging and other diagnostic purposes.
Flags: RAM,runtime
Multiplicity: [0,1]
Free-form description (e.g. comments about the action purpose)
Flags: RAM,runtime
Multiplicity: [0,1]
When should this action be applied?
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,-1]
What relation(s) to use when determining approvers? E.g. "approver", "owner",
"securityApprover", and so on.
Flags: RAM
Multiplicity: [0,-1]
Direct enumeration of the approvers to be used.
May be used with approverRelation and approverExpression element(s).
Flags: RAM,runtime
Multiplicity: [0,-1]
Expression(s) that yield approvers to be used. If specified, the expression(s) are evaluated and
the result is used as a set of approvers (UserType, OrgType, RoleType, or any combination of them).
May be used with approverRelation and approverRef element(s).
Flags: RAM,runtime
Multiplicity: [0,1]
More complex (multi-stages) approval schema.
Flags: RAM,runtime
Multiplicity: [0,1]
Name of custom approval process.
THIS PROPERTY (approvalProcess) IS NOT SUPPORTED YET.
Flags: RAM,runtime
Multiplicity: [0,1]
Condition specifying when the approval is automatically granted (e.g.
"user is from Board of Directors"). This is an expression that should yield a
boolean value.
DEPRECATED. Use automaticallyCompleted in approval level definition.