Interface: $Properties
workflow_commands.UpdateResponse.$Properties
Properties of an UpdateResponse.
Hierarchy
-
$Properties
Properties
accepted
• Optional accepted: null | $Properties
Must be sent if the update's validator has passed (or lang was not asked to run it, and thus should be considered already-accepted, allowing lang to always send the same sequence on replay).
completed
• Optional completed: null | $Properties
Must be sent once the update handler completes successfully.
protocolInstanceId
• Optional protocolInstanceId: null | string
The protocol message instance ID
rejected
• Optional rejected: null | $Properties
Must be sent if the update's validator does not pass, or after acceptance if the update handler fails.
response
• Optional response: "completed" | "accepted" | "rejected"
UpdateResponse response