ProcessActivities
This business rule is attached to a requirement to set conditions for the automatic processing of activities.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<ProcessActivities> |
Required element: The opening and closing tags for the business rule. |
||
<Tests> |
Optional element: The container element for the test condition section of configuration. |
||
<Test> |
Optional element: This element defines a test condition that, if it resolves to true, will cause pending activities to process. |
This element should contain an expression that resolves to a Boolean value, which will dictate whether the rule executes. This attribute can also be left empty, in which case the rule will always execute. |
|
<PolicyGUID> |
Required element: This element specifies the PolicyGUID of the policy to which the requirement applies. |
The Policy GUID of the applicable policy, or a MathVariable that resolves to the desired PolicyGUID. |
XML Example
<ProcessActivities>
<Tests>
<Test>'01'='01'</Test>
</Tests>
<PolicyGUID>PolicyGuidMV</PolicyGUID>
</ProcessActivities>