You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditional:
The execution should have the optional ability to execute one or more pipelines to determine how an execution should be executed. Three valid statues should be returned from an evaluation:
RUN (default behavior)
STOP (error behavior)
SKIP (new behavior)
Fork:
An execution should be able to fork into multiple process (like the fork pipeline step) and execute in parallel.
The text was updated successfully, but these errors were encountered:
Provide additional behaviors to an execution:
Conditional:
The execution should have the optional ability to execute one or more pipelines to determine how an execution should be executed. Three valid statues should be returned from an evaluation:
Fork:
An execution should be able to fork into multiple process (like the fork pipeline step) and execute in parallel.
The text was updated successfully, but these errors were encountered: