title | description | integrations | categories | ||
---|---|---|---|---|---|
Fault tolerant workflow with manual Slack approvals |
Runs a sequence of tasks with fault tolerance. In case of failure, user can decide to terminate or retry from the point of failure. |
|
|
This project automates a sequence of tasks with fault tolerance. In case of failure, user can decide to terminate or retry from the point of failure.
- Trigger workflow execution through a Slack slash command
- Execute sequential tasks (steps 1-4) with error monitoring
- Detect task failures and notify user via Slack
- Process user decisions to retry failed tasks or terminate workflow
- Complete workflow with success notification to user
- Initialize your Slack connection
- Deploy project
Trigger workflow execution using the Slack slash command:
/autokitteh <user_id>
Note
If you are using a self-hosted deployment, your command may vary depending on your configured command prefix.
Follow these detailed instructions to deploy the project on a self-hosted server.