Skip to main content

asgard.run.done

asgard.run.done marks the completion of a request, and carries only the most basic information.

Characteristics​

  • When it fires: as the request completes
  • What it does: provides the basic completion details
  • How often: exactly once per request

Full example​

{
"eventType": "asgard.run.done",
"requestId": "6939c5a6c590d90c401e3850a1ff44f3",
"namespace": "qa-7e301310-a594-4a7b-aa2a-xxxxxxxxxxxx",
"botProviderName": "bpapi-d97c512f-f8dc-46f6-82f0-xxxxxxxxxxxx",
"customChannelId": "ch-6xxxxxxxxxxxx",
"fact": {
"runInit": null,
"runDone": {},
"runError": null,
"messageStart": null,
"messageDelta": null,
"messageComplete": null,
}
}