Back to Tags
Workflow
8 items tagged with "workflow"
Filter by type:
Patterns3
Pattern
Orchestration
Coordinates a distributed workflow through a central orchestrator that explicitly invokes each service in sequence.
Pattern
Routing Slip
Attaches a sequence of processing steps to a message so it routes itself through a series of components determined per message at runtime.
Pattern
Process Manager
A central component that maintains the state of a multi-step message flow and decides the next step, coordinating complex or branching workflows.
Tutorials2
Tutorial
How to orchestrate workflows with AWS Step Functions
Build a state machine with AWS Step Functions to orchestrate Lambda tasks with retries, branching, and error handling.
Tutorial
How to build a GitHub Actions pipeline for a web app
Create a complete GitHub Actions workflow that lints, tests, and builds an application on every push and pull request.