CA GovernanceMinder coordinates the execution of parent and child processes. For example, most certifications have distinct certification and change approval phases. CA GovernanceMinder pauses the high-level certification process until the child processes for certification actions complete. Then it advances the high-level certification process to the change approvals phase.
Parent and child processes pass a message flag between them through CA GovernanceMinder. However, CA GovernanceMinder monitors which jobs respond, and implements the logic that starts and stops parent and child jobs.
Process nodes that handle parent-child interaction use the following parameters:
Causes CA GovernanceMinder to suspend a process at the current node. Any not null waitKey value causes CA GovernanceMinder to suspend the process.
This parameter value is passed to the workflow context in CA GovernanceMinderwhen the node runs the rcmInvoke agent script.
Note: This field can only be used in building blocks that pass the waitKey value to the CA GovernanceMinder workflow context.
In standard CA GovernanceMinder processes, the following values are used:
Causes CA GovernanceMinder to suspend a child process at the current node until the parent process sends the WAIT_PARENT string.
Causes CA GovernanceMinder to suspend a parent process at the current node until all child processes send the WAIT_CHILD string.
Causes CA GovernanceMinder to resume a parent or child process. CA GovernanceMinder resumes a parent process only after all of its children return the correct signalKey value.
This parameter value is passed to the workflow context in CA GovernanceMinderwhen the node runs the rcmInvoke agent script.
Note: This field can only be used in building blocks that pass the signalKey value to the CA GovernanceMinder workflow context.
In standard CA GovernanceMinder processes, the following values are used:
Causes CA GovernanceMinder to resume child processes that were suspended with the waitKey value WAIT_PARENT.
Causes CA GovernanceMinder to resume a parent process that was suspended with the waitKey value WAIT_CHILD.
The waitKey and signalKey parameters are used together. The waitKey field defines the value of the signalKey field that causes CA GovernanceMinder to resume the suspended process. The two fields must specify the same text string.
Copyright © 2014 CA.
All rights reserved.
|
|