Skip to main content

Workflow Automation Setup

Design and implement business process automation including workflow orchestration, task scheduling, dependency management, and error recovery.

Complexity: Complex | Duration: 30m+ | Category: Devops

Tags: automation workflow orchestration airflow

Workflow Diagram

Steps

Step 1: Process mapping

Agent: automation

specialist - Document current manual process

Step 2: Workflow design

Agent: automation

specialist - Design DAG with tasks and dependencies

Step 3: Orchestration setup

Agent: backend

architect - Configure Airflow/Prefect/Temporal

Step 4: Task implementation

Agent: backend

architect - Implement each task as function/script

Step 5: Dependency management

Agent: automation

specialist - Define task dependencies, triggers

Step 6: Error handling

Agent: backend

architect - Implement retry logic, alerting

Step 7: Testing

Agent: testing

specialist - Test workflow end-to-end with mock data

Step 8: Monitoring

Agent: automation

specialist - Track execution status, duration, failures

Usage

To execute this workflow:

/workflow devops/workflow-automation-setup.workflow

See other workflows in this category for related automation patterns.