Uses of Enum Class
io.dapr.workflows.runtime.WorkflowRuntimeStatus
Packages that use WorkflowRuntimeStatus
-
Uses of WorkflowRuntimeStatus in io.dapr.workflows.client
Methods in io.dapr.workflows.client that return WorkflowRuntimeStatusModifier 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
Methods in io.dapr.workflows.runtime that return WorkflowRuntimeStatusModifier 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.Methods in io.dapr.workflows.runtime with parameters of type WorkflowRuntimeStatusModifier and TypeMethodDescriptionstatic com.microsoft.durabletask.OrchestrationRuntimeStatus
WorkflowRuntimeStatus.toOrchestrationRuntimeStatus
(WorkflowRuntimeStatus status) Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.Method parameters in io.dapr.workflows.runtime with type arguments of type WorkflowRuntimeStatusModifier and TypeMethodDescriptionstatic List<com.microsoft.durabletask.OrchestrationRuntimeStatus>
WorkflowRuntimeStatus.toOrchestrationRuntimeStatus
(List<WorkflowRuntimeStatus> statuses) Convert runtime WorkflowRuntimeStatus to OrchestrationRuntimeStatus.