events.iterate.com

Event type

events.iterate.com/capability-host/script-run-started

An attempt to run the script began. Appended BEFORE the script body executes, so requested-without-started provably never ran (safe to start late) while started-without-settled died mid-run (settled as failure, never re-run).

Payload schema

executionIdstring

The obligation this attempt belongs to.

Additional properties beyond the listed fields are allowed.

Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "executionId": {
      "type": "string",
      "description": "The obligation this attempt belongs to."
    }
  },
  "required": [
    "executionId"
  ],
  "additionalProperties": {}
}