This workflow validates workflows when changes are detected in defined team spaces.
It is designed to be deployed as a trigger deployment, where it reacts automatically to workflow updates.
It performs four main steps:
1. Load metadata about the workflow.
2. Run governance checks on the metadata, passing or failing specific rules.
3. Evaluate check outcomes by selecting which checks must pass for which action to apply. If they all pass, one path is followed; if any fail, another path is taken. This controls which governance actions are executed.
4. Prepare and execute the configured governance actions.
The workflow can be deployed as is, but it is intended to serve as a blueprint for adapting governance logic (checker and action components) to your organizations needs.
It is designed to be deployed as a trigger deployment, where it reacts automatically to workflow updates.
It performs four main steps:
1. Load metadata about the workflow.
2. Run governance checks on the metadata, passing or failing specific rules.
3. Evaluate check outcomes by selecting which checks must pass for which action to apply. If they all pass, one path is followed; if any fail, another path is taken. This controls which governance actions are executed.
4. Prepare and execute the configured governance actions.
The workflow can be deployed as is, but it is intended to serve as a blueprint for adapting governance logic (checker and action components) to your organizations needs.