Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GovernanceActionProcessInstance #956

Merged
merged 2 commits into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion site/docs/types/4/0462-Governance-Action-Processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GovernanceActionProcessStep is a *GovernanceActionType* and so has all of the at

* *ignoreMultipleTriggers* - indicates that a governance action should only be triggered once from this governance action process step, no matter how many times the appropriate guards are produced. This is important for long-running governance actions that may be triggered by multiple instances of previous steps but is held waiting for the mandatory guard.

## NextGovernanceProcessStep
## NextGovernanceProcessStep relationship

The *NextGovernanceProcessStep* relationship identifies the next step in the process flow.

Expand All @@ -67,6 +67,11 @@ The *NextGovernanceProcessStep* relationship identifies the next step in the pro

The follow-on action runs when all of its mandatory guards are produced by previous steps. It runs as many times as a matching guard is produced unless ignoreMultipleTriggers is set in which case it will run once for that guard.

## GovernanceActionProcessInstance entity

The *GovernanceActionProcessInstance* entity describes a running instance of a *GovernanceActionProcess*. It is linked to its process using the [ProcessHierarchy](/types/2/0215-Software-Components) relationship.


???+ deprecated "Deprecated types"
The *ignoreMultipleTriggers* attribute in the *NextGovernanceProcessStep* has been deprecated. It is now located in the *GovernanceActionType* entity.
The *supportedGuards* attribute in the *GovernanceActionType* has been deprecated in favour of the *producedGuards* entity.
Expand Down
2 changes: 1 addition & 1 deletion site/docs/types/4/0462-Governance-Action-Processes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading