II.
Workflow JSON
Structured · liveworkflow:process-automation-assessment
Process Automation Assessment json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:process-automation-assessment",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-business-ops.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Process Automation Assessment",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "quarterly",
"complexity": "cross-team",
"description": "Identifies and evaluates candidates for process automation — mapping\ncurrent manual workflows, estimating time savings and error reduction\npotential, assessing technical feasibility, prioritizing automation\nopportunities by ROI, and producing implementation specifications for\napproved candidates. Produces prioritized automation backlog with business\ncases. Excludes automation implementation.\n"
},
"outgoingEdges": [
{
"from": "workflow:process-automation-assessment",
"to": "role:planner",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "role:staff-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "skill-area:python-data-pipelines",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "domain:operations",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "domain:business-intelligence",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "responsibility:cost-optimization",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "org-unit:operations-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:process-automation-assessment",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "stack-profile:nocode-lowcode-platform-backend",
"to": "workflow:process-automation-assessment",
"kind": "follows_workflow"
},
{
"from": "stack-profile:approval-workflow-engine",
"to": "workflow:process-automation-assessment",
"kind": "follows_workflow"
}
]
}