Replies: 1 comment
-
Same here. Seems like |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Is it possible to defined
workflow.onComplete
andworkflow.onError
on a named workflow?My use-case is a main workflow with a switch statement that calls nested workflows. I'd like to define the handlers on the nested workflows, i.e. the named ones.
Something like:
Beta Was this translation helpful? Give feedback.
All reactions