II.
InteractionPattern JSON
Structured · liveinteraction-pattern:async-job-poll
Async Job + Poll json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-pattern:async-job-poll",
"_kind": "InteractionPattern",
"_file": "extensions/interaction-patterns/interaction-patterns-canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Async Job + Poll",
"description": "Host submits long-running work via an `AsyncJob` (D5) primitive (batch\nAPI, background task) and polls / receives a webhook on completion.\nDecouples the agent loop from inference duration.\n"
},
"outgoingEdges": [
{
"from": "interaction-pattern:async-job-poll",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": []
}