Uses of Enum Class
io.dapr.workflows.runtime.WorkflowRuntimeStatus
-
Uses of WorkflowRuntimeStatus in io.dapr.workflows.client
Modifier and TypeMethodDescriptionWorkflowInstanceStatus.getRuntimeStatus()
Gets the current runtime status of the workflow instance at the time this object was fetched. -
Uses of WorkflowRuntimeStatus in io.dapr.workflows.runtime
Modifier and TypeMethodDescriptionstatic WorkflowRuntimeStatus
WorkflowRuntimeStatus.fromOrchestrationRuntimeStatus
(com.microsoft.durabletask.OrchestrationRuntimeStatus status) Convert runtime OrchestrationRuntimeStatus to WorkflowRuntimeStatus.static WorkflowRuntimeStatus
Returns the enum constant of this class with the specified name.static WorkflowRuntimeStatus[]
WorkflowRuntimeStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.microsoft.durabletask.OrchestrationRuntimeStatus
WorkflowRuntimeStatus.toOrchestrationRuntimeStatus
(WorkflowRuntimeStatus status) Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.Modifier and TypeMethodDescriptionstatic List<com.microsoft.durabletask.OrchestrationRuntimeStatus>
WorkflowRuntimeStatus.toOrchestrationRuntimeStatus
(List<WorkflowRuntimeStatus> statuses) Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.