II.
Workflow JSON
Structured · liveworkflow:influencer-vetting
Influencer Vetting json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:influencer-vetting",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-3.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Influencer Vetting",
"workflowKind": "operational",
"triggerType": "event-driven",
"typicalCadence": "per-campaign",
"complexity": "moderate",
"description": "Evaluating potential influencer partners — audience authenticity\nanalysis, content quality review, brand alignment assessment, past\ncontroversy screening, and engagement rate verification. Produces\npartnership recommendations with risk assessment.\n"
},
"outgoingEdges": [
{
"from": "workflow:influencer-vetting",
"to": "role:marketing-strategist",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:influencer-vetting",
"to": "role:brand-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:influencer-vetting",
"to": "skill-area:brand-positioning",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:influencer-vetting",
"to": "domain:digital-marketing",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:influencer-vetting",
"to": "domain:social-media",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:influencer-vetting",
"to": "responsibility:brand-consistency",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}