FlowExecutionMessage
An object that contains information about a flow event.
Contents
- eventType
-
The type of flow event .
Type: String
Valid Values:
EXECUTION_STARTED | EXECUTION_FAILED | EXECUTION_ABORTED | EXECUTION_SUCCEEDED | STEP_STARTED | STEP_FAILED | STEP_SUCCEEDED | ACTIVITY_SCHEDULED | ACTIVITY_STARTED | ACTIVITY_FAILED | ACTIVITY_SUCCEEDED | START_FLOW_EXECUTION_TASK | SCHEDULE_NEXT_READY_STEPS_TASK | THING_ACTION_TASK | THING_ACTION_TASK_FAILED | THING_ACTION_TASK_SUCCEEDED | ACKNOWLEDGE_TASK_MESSAGE
Required: No
- messageId
-
The unique identifier of the message.
Type: String
Required: No
- payload
-
A string containing information about the flow event.
Type: String
Required: No
- timestamp
-
The date and time when the message was last updated.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: