Uses of Class
io.dapr.workflows.client.WorkflowInstanceStatus
-
Uses of WorkflowInstanceStatus in io.dapr.workflows.client
Modifier and TypeMethodDescriptionDaprWorkflowClient.getInstanceState
(String instanceId, boolean getInputsAndOutputs) Fetches workflow instance metadata from the configured durable store.DaprWorkflowClient.waitForInstanceCompletion
(String instanceId, Duration timeout, boolean getInputsAndOutputs) Waits for an workflow to complete and returns anWorkflowInstanceStatus
object that contains metadata about the completed instance.DaprWorkflowClient.waitForInstanceStart
(String instanceId, Duration timeout, boolean getInputsAndOutputs) Waits for an workflow to start running and returns anWorkflowInstanceStatus
object that contains metadata about the started instance and optionally its input, output, and custom status payloads.