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"
.