Succeed state
A Succeed state terminates a branch of a ZIS Flow or iteration of a Map state. It indicates to ZIS that it has reached a "happy" (non-error) state.
It cannot have a Next
property as the flow execution has ended.
The text contained in the state's Message
property will be visible in the integration logs. It can contain placeholders.
Do not include secrets or other highly-sensitive information in the Message
property.
"Logs.Succeeded": {
"Type": "Succeed",
"Message": "Very Important Thing completed successfully for ticket {{$.input.ticket_event.ticket.id}}, high fives everyone."
}