-
Create or open the text file for customized properties. For more information, see
Editing Properties Using MQL.
-
To change the blocking state of the object , follow these steps:
-
Add or edit this line in the file used to import properties into a page
object:
ENOActionTasks.Routes.BlockingState
-
Set the value for this property depending on your business requirements.
For example, type_AuditFinding|policy_Finding@state_Open
-
Add the trigger
ActionTaskBlockingActionPromoteCheck , which is
required for the state promotion check event.
-
For example, to create blocking tasks that must be completed before promoting a
finding to the Resolution state, change the blocking task type to
type_AuditFinding|policy_Finding@state_Open. Also add the
ActionTaskBlockingActionPromoteCheck to the Open state promote check event., run the
below MQL command:
-
MQL>modify policy "Finding" state "Open" add trigger promote check
emxTriggerManager input "PolicyFindingStateOpenPromoteCheck
ActionTaskBlockingActionPromoteCheck";
Ensure that the any other existing triggers related to that state of the policy
are not over right.
-
When you are finished updating the text file with all properties that you want to
modify, use the text file to modify the emxActionTasks.properties page
object. For more information, see Editing Properties Using MQL
|