Skip to main content

Message

InstructionStatusUpdate

Message sent to indicate the status of an instruction.

Used by the RM to indicate the status of instructions it receives. RMs should send these for every instruction they receive until the instruction has either succeeded (indicated by SUCCEEDED) or revoked/failed (indicated by REVOKED, REJECTED or ABORTED).

Fields

instruction_id: ID
Mandatory

ID of this instruction (as provided by the CEM).

message_id: ID
Mandatory

ID of this message.

message_type: string
Mandatory

The string "InstructionStatusUpdate".

status_type: InstructionStatus
Mandatory

Present status of this instruction.

timestamp: string
Mandatory

Timestamp when status_type has changed the last time.