Uses of Class
com.mypurecloud.sdk.v2.model.V2FlowExecutionDataFlowidTopicFlowExecutionItem
Packages that use V2FlowExecutionDataFlowidTopicFlowExecutionItem
-
Uses of V2FlowExecutionDataFlowidTopicFlowExecutionItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V2FlowExecutionDataFlowidTopicFlowExecutionItemModifier and TypeMethodDescriptionV2FlowExecutionDataFlowidTopicFlowExecutionItem.error(V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo error) Event generated when a Flow's Execution History is received and logged.V2FlowExecutionDataFlowidTopicFlowExecutionItem.executionId(String executionId) If applicable, the executionId for the executionItem.V2FlowExecutionDataFlowidTopicFlowExecutionItem.languageTag(String languageTag) If applicable, the language tag associated set by the execution.If applicable, the actionId, menuId or taskId for the executionItem.V2FlowExecutionDataFlowidTopicFlowExecutionItem.objectType(String objectType) The type of executionItem that was executed.V2FlowExecutionDataFlowidTopicFlowExecutionItem.outputPathId(String outputPathId) If applicable, the identifier of the OutputPath that was taken.V2FlowExecutionDataFlowidTopicFlowExecutionItem.startDateTime(Date startDateTime) This is the starting time of the executionItem.V2FlowExecutionDataFlowidTopicFlowExecutionItem.warning(V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo warning) Event generated when a Flow's Execution History is received and logged.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type V2FlowExecutionDataFlowidTopicFlowExecutionItemModifier and TypeMethodDescriptionV2FlowExecutionDataFlowidTopicFlowExecutionHistory.getExecution()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type V2FlowExecutionDataFlowidTopicFlowExecutionItemModifier and TypeMethodDescriptionV2FlowExecutionDataFlowidTopicFlowExecutionHistory.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.voidV2FlowExecutionDataFlowidTopicFlowExecutionHistory.setExecution(List<V2FlowExecutionDataFlowidTopicFlowExecutionItem> execution)