- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Workflow Errors
When-Then Error: Handler for action X Not Found#
The following error may occur in production if you use a when-then
block in your workflow:
This occurs if the when-then
block doesn't return a step's result and doesn't have a name specified. You can resolve it by passing a name as a first parameter of when
:
Learn more about passing a name for when-then
in this documentation
Was this page helpful?