Event Type
workflow_run.resumed
Description
This event fires when a paused workflow run is resumed, whether through Resume Workflow Run or from the Monumint app. A resumedCHECKLIST workflow run whose required items were all collected while it was paused completes immediately, so workflow_run.completed can arrive right behind this event.
Payload Structure
string
required
The event type:
workflow_run.resumedobject | null
The workspace user who made the change.
null when the change came from the
API or from Monumint itself. API keys authenticate a workspace rather than a
person.string
required
ISO 8601 timestamp of when the event was emitted.
string
required
The workspace the workflow run belongs to.
string
required
The lead the workflow is conducted on.
string | null
The lead’s identifier in your own system, if you set one.
object
required
The workflow run, the same object the
workflow run endpoints return.
