Uses of Class
com.mypurecloud.sdk.v2.model.FlowExecutionLaunchResponse
Packages that use FlowExecutionLaunchResponse
-
Uses of FlowExecutionLaunchResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowExecutionLaunchResponseModifier and TypeMethodDescriptionArchitectApi.postFlowsExecutions(PostFlowsExecutionsRequest request) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.ArchitectApi.postFlowsExecutions(FlowExecutionLaunchRequest flowLaunchRequest) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowExecutionLaunchResponseModifier and TypeMethodDescriptionArchitectApi.postFlowsExecutions(ApiRequest<FlowExecutionLaunchRequest> request) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.ArchitectApiAsync.postFlowsExecutionsAsync(PostFlowsExecutionsRequest request, AsyncApiCallback<FlowExecutionLaunchResponse> callback) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.ArchitectApiAsync.postFlowsExecutionsAsync(ApiRequest<FlowExecutionLaunchRequest> request, AsyncApiCallback<ApiResponse<FlowExecutionLaunchResponse>> callback) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.ArchitectApi.postFlowsExecutionsWithHttpInfo(FlowExecutionLaunchRequest flowLaunchRequest) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowExecutionLaunchResponseModifier and TypeMethodDescriptionArchitectApiAsync.postFlowsExecutionsAsync(PostFlowsExecutionsRequest request, AsyncApiCallback<FlowExecutionLaunchResponse> callback) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type.ArchitectApiAsync.postFlowsExecutionsAsync(ApiRequest<FlowExecutionLaunchRequest> request, AsyncApiCallback<ApiResponse<FlowExecutionLaunchResponse>> callback) Launch an instance of a flow definition, for flow types that support it such as the 'workflow' type. -
Uses of FlowExecutionLaunchResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowExecutionLaunchResponseModifier and TypeMethodDescriptionFlowExecutionLaunchResponse.flowVersion(DomainEntityRef flowVersion) The version of the flow that launchedThe flow execution IDThe flow execution name.