Handler for action X Not Found Workflow Error
The following error may occur in production if you use a when-then
block in your workflow:
Why this Error Occured#
This error occurs if the when-then
block doesn't return a step's result and doesn't have a name specified.
For example:
The above when-then
block doesn't return a step's result, which causes the error.
How to Fix it#
You can resolve this error by passing a name as a first parameter of when
:
Additional Resources#
Was this page helpful?