Workflows.Guru makes it easy for you to discover everything you need to know about workflow types, workflow patterns and workflow orchestration tools.
This website is organized into three main sections: Best Workflow Orchestration Tools, Tutorials and workflow Types.
Explore popular Workflow Orchestration Tools like Airflow, Prefect, and Temporal with hands-on tutorials.
Learn proven patterns and best practices for building scalable automation systems.
Access comprehensive guides, tutorials, and documentation about workflow orchestration tools.
There are several well-known workflow types that are commonly used in automation. Each type of workflow is suitable for a specific use case. Learn about the different types of workflows here
A Directed Acyclic Graph (DAG) workflow is a process where tasks are executed in a specific order, ensuring that dependencies are resolved before moving to the next step.
Sequential workflows or processes refer to the completion of tasks one after the other in a sequence. Each task must be finished before the next one can begin.
A Human In The Loop workflow is a type of workflow that combines automated and manual tasks that need human intervention.