|
Hello everyone, I am wondering if workers must be executed in a sequential order or if it is possible to skip certain workers in the workflow. Can anyone provide insight or resources on this topic? Thank you. |
Answered by
kemingy
May 13, 2023
Replies: 1 comment 1 reply
|
You can raise mosec exceptions so it will skip the following steps and return to the client directly. |
1 reply
Answer selected by
tyz1994
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can raise mosec exceptions so it will skip the following steps and return to the client directly.