Uses of Interface
io.dapr.workflows.client.WorkflowInstanceStatus
Packages that use WorkflowInstanceStatus
-
Uses of WorkflowInstanceStatus in io.dapr.workflows.client
Methods in io.dapr.workflows.client that return WorkflowInstanceStatusModifier and TypeMethodDescriptionDaprWorkflowClient.getInstanceState(String instanceId, boolean getInputsAndOutputs) Deprecated, for removal: This API element is subject to removal in a future version.DaprWorkflowClient.waitForInstanceCompletion(String instanceId, Duration timeout, boolean getInputsAndOutputs) Deprecated, for removal: This API element is subject to removal in a future version.DaprWorkflowClient.waitForInstanceStart(String instanceId, Duration timeout, boolean getInputsAndOutputs) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of WorkflowInstanceStatus in io.dapr.workflows.runtime
Classes in io.dapr.workflows.runtime that implement WorkflowInstanceStatusModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.UseDefaultWorkflowStateinstead.
DaprWorkflowClient.getWorkflowState(String, boolean)instead.