Uses of Class
com.mypurecloud.sdk.v2.model.FlowRuntimeExecution
Packages that use FlowRuntimeExecution
-
Uses of FlowRuntimeExecution in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowRuntimeExecutionModifier and TypeMethodDescriptionArchitectApi.getFlowsExecution(GetFlowsExecutionRequest request) Get a flow execution's details.ArchitectApi.getFlowsExecution(String flowExecutionId) Get a flow execution's details.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowRuntimeExecutionModifier and TypeMethodDescriptionArchitectApi.getFlowsExecution(ApiRequest<Void> request) Get a flow execution's details.ArchitectApiAsync.getFlowsExecutionAsync(GetFlowsExecutionRequest request, AsyncApiCallback<FlowRuntimeExecution> callback) Get a flow execution's details.ArchitectApiAsync.getFlowsExecutionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowRuntimeExecution>> callback) Get a flow execution's details.ArchitectApi.getFlowsExecutionWithHttpInfo(String flowExecutionId) Get a flow execution's details.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowRuntimeExecutionModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsExecutionAsync(GetFlowsExecutionRequest request, AsyncApiCallback<FlowRuntimeExecution> callback) Get a flow execution's details.ArchitectApiAsync.getFlowsExecutionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowRuntimeExecution>> callback) Get a flow execution's details. -
Uses of FlowRuntimeExecution in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowRuntimeExecutionModifier and TypeMethodDescriptionFlowRuntimeExecution.completionReason(String completionReason) The completion reason set at the flow completion time, if applicable.FlowRuntimeExecution.conversation(DomainEntityRef conversation) The conversation to which this Flow execution is relatedFlowRuntimeExecution.dateCompleted(Date dateCompleted) The time the flow completed, if applicable.FlowRuntimeExecution.dateLaunched(Date dateLaunched) The time the flow was launched.FlowRuntimeExecution.flowErrorInfo(ErrorBody flowErrorInfo) Additional information if the flow is in errorFlowRuntimeExecution.flowVersion(FlowVersion flowVersion) The Version of the flow definition of the flow execution.The flow execution IDThe flow execution name.FlowRuntimeExecution.outputData(Map<String, Object> outputData) List of the flow's output variables, if any.FlowRuntimeExecution.status(FlowRuntimeExecution.StatusEnum status) The flow's running status, which indicates whether the flow is running normally or completed, etc.