Closed
Description
What would you like to be added:
Group End
and Transition
properties, in such way that we can address it as an (activity | state | workflow) outcome.
In other words, what I'd like to achieve is:
...
states:
- name: MyState
outcome:
type: end
produceEvents: ...
...
...
Why is this needed:
Because End
and Transition
properties are mutually exclusive, and implicitly defines the outcome of an (activity | state | workflow), it makes sense to call is as such. In addition, it simplifies processing of the whole definition, by checking that an outcome has been specified instead of having to do checks on multiple properties. @tsurdilo WDYT?
Metadata
Metadata
Assignees
Type
Projects
Status
Done
Activity
tsurdilo commentedon Sep 16, 2022
Yes, i wish we did this to begin with. Will update
cdavernas commentedon Oct 27, 2022
I'm working on it, PR should be ready by Monday;)
End
andTransition
properties into anOutcome
object #706github-actions commentedon Dec 12, 2022
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
github-actions commentedon Jan 28, 2023
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
lsytj0413 commentedon Jan 28, 2023
/remove-stale
github-actions commentedon Mar 15, 2023
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
3 remaining items
github-actions commentedon Jul 10, 2023
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
cdavernas commentedon May 17, 2024
Closed as resolved by 1.0.0-alpha1, and therefore as part of #843