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

Evaluate constraints at runtime #76

Open
djones0 opened this issue Nov 8, 2022 · 1 comment
Open

Evaluate constraints at runtime #76

djones0 opened this issue Nov 8, 2022 · 1 comment
Assignees

Comments

@djones0
Copy link
Contributor

djones0 commented Nov 8, 2022

Workstep constraints should be evaluated at runtime to determine what action should be taken on a WorkstepInstance.

There are two methods of WorkstepInstance constraints: Execution and Finality. A Workstep with an execution constraint should execute a WorkstepInstance only if the condition defined in the constraint are met. A Workstep with a finality constraint should first execute the WorkstepInstance, regardless of the defined constraint, then finalize the WorkstepInstance only if the conditions defined in the constraint are met.

@djones0
Copy link
Contributor Author

djones0 commented Dec 13, 2022

@adunne09 @kthomas are constraints being evaluated at runtime now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants