iiRecord
Agentic AI Atlas · Async Job + Poll
interaction-pattern:async-job-polla5c.ai
II.
InteractionPattern JSON

interaction-pattern:async-job-poll

Structured · live

Async Job + Poll json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/interaction-patterns/interaction-patterns-canonical.yamlCluster · extensions
Record JSON
{
  "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": []
}