Uses of Class
com.mypurecloud.sdk.v2.model.V2FlowExecutionDataFlowidTopicFlowExecutionHistory
Packages that use V2FlowExecutionDataFlowidTopicFlowExecutionHistory
-
Uses of V2FlowExecutionDataFlowidTopicFlowExecutionHistory in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V2FlowExecutionDataFlowidTopicFlowExecutionHistoryModifier and TypeMethodDescriptionV2FlowExecutionDataFlowidTopicFlowExecutionHistory.conversationId(String conversationId) The Genesys Cloud conversation identifier associated with this flow instance execution data.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.divisionId(String divisionId) The division identifier for the division associated with the flow for this flow instance.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.endDateTime(Date endDateTime) The end date time for this flow instance execution data.The public endpoint a user can use to retrieve the full historical log from the service.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.errors(List<V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo> errors) If the flow invoked error handling, an array of errors.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.execution(List<V2FlowExecutionDataFlowidTopicFlowExecutionItem> execution) An array of execution items that describe what happened when an Architect flow action container ran such as a flow, task, state or bot.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.executionId(String executionId) The execution identifier which represents this unique instance of the flow that ran.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.executionItemsTruncated(Boolean executionItemsTruncated) If true, the execution items in this event have been truncated to be deliverable.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.flowExitReason(String flowExitReason) Provides information about why a flow ended.The flow identifier for this flow instance execution data.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.flowIsDebug(Boolean flowIsDebug) Whether the flow that ran for this flow instance execution data was in debug mode.The flow type of the Architect flow that was run.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.flowVersion(String flowVersion) The version of the flow for this flow instance execution data.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.invokingContext(V2FlowExecutionDataFlowidTopicInvokingContextInfo invokingContext) V2FlowExecutionDataFlowidTopicFlowExecutionHistory.messageType(V2FlowExecutionDataFlowidTopicFlowExecutionHistory.MessageTypeEnum messageType) If applicable, the type of message platform from which the message originated.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.startDateTime(Date startDateTime) The start date time for this flow instance execution data.V2FlowExecutionDataFlowidTopicFlowExecutionHistory.warnings(List<V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo> warnings) If the flow encountered a warning during execution, this is an array of the warnings.