Uses of Class
com.redhat.parodos.sdk.model.WorkFlowExecutionResponseDTO
Packages that use WorkFlowExecutionResponseDTO
-
Uses of WorkFlowExecutionResponseDTO in com.redhat.parodos.sdk.api
Methods in com.redhat.parodos.sdk.api that return WorkFlowExecutionResponseDTOModifier and TypeMethodDescriptionWorkflowApi.execute(WorkFlowRequestDTO workFlowRequestDTO) Executes a workflowMethods in com.redhat.parodos.sdk.api that return types with arguments of type WorkFlowExecutionResponseDTOModifier and TypeMethodDescriptionWorkflowApi.executeWithHttpInfo(WorkFlowRequestDTO workFlowRequestDTO) Executes a workflowMethod parameters in com.redhat.parodos.sdk.api with type arguments of type WorkFlowExecutionResponseDTOModifier and TypeMethodDescriptionokhttp3.CallWorkflowApi.executeAsync(WorkFlowRequestDTO workFlowRequestDTO, ApiCallback<WorkFlowExecutionResponseDTO> _callback) Executes a workflow (asynchronously) -
Uses of WorkFlowExecutionResponseDTO in com.redhat.parodos.sdk.model
Methods in com.redhat.parodos.sdk.model that return WorkFlowExecutionResponseDTOModifier and TypeMethodDescriptionstatic WorkFlowExecutionResponseDTOCreate an instance of WorkFlowExecutionResponseDTO given an JSON stringWorkFlowExecutionResponseDTO.workFlowExecutionId(UUID workFlowExecutionId) WorkFlowExecutionResponseDTO.workStatus(WorkFlowExecutionResponseDTO.WorkStatusEnum workStatus)