Idea for RFC to generalize the onRun action property in <StepActions> to be either a single <Action> or be a list of <Action>s #97
edwards-aws
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a continued discussion from #77
From the original discussion
While writing RFC: FEATURE_BUNDLE_1: Collection of Small Improvements it was determined that the ambiguity and scope of this change warrants its own RFC.
Some things to consider
Failure Behavior: What should happen when any of the actions in the
sequence fails? Should the entire step fail immediately, or should subsequent
actions still execute? Should this behavior be configurable, and if so, how?
Semantic Clarity: Is this feature merely syntactic sugar to section off
portions of a script, or does it represent a fundamental change in how steps
are structured? The distinction matters for implementation and user expectations.
Individual Action Configuration: Should each action in the sequence have
its own timeout and cancelation behavior?
Execution Semantics: Should actions execute strictly sequentially, or
should there be options for parallel execution?
Beta Was this translation helpful? Give feedback.
All reactions