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
Run our DSL example and verify that it successfully executes the specified sequence of activities.
Describe the bug
There are a few problems with it
Our docs are wrong and mention workflow outputs that don't exist (we return nothing from our workflows)
It doesn't fully execute the DLS specified by the workflowN.yaml file
workflow1.yaml specifies a sequence of three activities that should be executed but we only execute the first two (see reproduction below). The docs also show this: they contain an example output that only shows the first two activities being executed.
workflow2.yaml exhibits the same problem: it runs two sequences in parallel and the final activity of each sequence is not executed. You'll see neither activity3 nor activity5 execute.
What are you really trying to do?
Run our DSL example and verify that it successfully executes the specified sequence of activities.
Describe the bug
There are a few problems with it
workflow1.yaml
specifies a sequence of three activities that should be executed but we only execute the first two (see reproduction below). The docs also show this: they contain an example output that only shows the first two activities being executed.workflow2.yaml
exhibits the same problem: it runs two sequences in parallel and the final activity of each sequence is not executed. You'll see neither activity3 nor activity5 execute.Minimal Reproduction
Run workflow1 of the DSL workflow:
Worker logs:
Workflow output:
Environment/Versions
The text was updated successfully, but these errors were encountered: