{
"id": "stack-part:workflow-engine",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-app-services.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Workflow Engine",
"description": "Durable workflow runtime with state, retries, and signals for\nlong-running business or system processes. Examples: Temporal,\nNetflix Conductor, Apache Cadence, AWS Step Functions.\n"
},
"outgoingEdges": [
{
"from": "stack-part:workflow-engine",
"to": "tool:temporal",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:workflow-engine",
"to": "tool:airflow",
"kind": "implemented_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "skill-area:messaging-queuing",
"to": "stack-part:workflow-engine",
"kind": "uses_stack_part"
},
{
"from": "skill-area:background-job-processing",
"to": "stack-part:workflow-engine",
"kind": "uses_stack_part"
},
{
"from": "tool:temporal",
"to": "stack-part:workflow-engine",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "tool:airflow",
"to": "stack-part:workflow-engine",
"kind": "implements_stack_part",
"attributes": {}
}
]
}