Adding Error Handling to Workflow Actions
So far, we've been working on what to do next based on the success of our actions. But...what if something fails
Last updated
So far, we've been working on what to do next based on the success of our actions. But...what if something fails
Last updated
Feedback
⬆️ CannyCopyright © 2024 Rewst
We've come a long way together, and we're about to develop another key skill: building error-handling techniques into our workflows.
Log into Rewst and complete the following steps
Review the lesson resources on task transitions and experiment with adjusting the number of transitions. Observe what happens when multiple transitions feed into a no-op, while also tweaking the task transition criteria sensitivity. This will help you understand how different sensitivity levels affect the workflow's behavior and execution paths in various scenarios.
Start thinking about how you'd like to implement error handling in your workflows. Consider whether you'd prefer simple feedback messages, detailed error logs, or automated corrective actions. Defining clear criteria for handling different types of errors can ensure smoother workflow execution and make troubleshooting more efficient.
Go to the Lesson Page: Lesson 6: Implementing Error-Handling in Rewst Workflows
Go to the Next Module: Implementing Error Handling with Feedback Messages