Uses of Class
io.dapr.workflows.Workflow
-
Uses of Workflow in io.dapr.workflows.client
Modifier and TypeMethodDescriptionDaprWorkflowClient.scheduleNewWorkflow
(Class<T> clazz) Schedules a new workflow using DurableTask client.DaprWorkflowClient.scheduleNewWorkflow
(Class<T> clazz, NewWorkflowOption options) Schedules a new workflow with a specified set of options for execution.DaprWorkflowClient.scheduleNewWorkflow
(Class<T> clazz, Object input) Schedules a new workflow using DurableTask client.DaprWorkflowClient.scheduleNewWorkflow
(Class<T> clazz, Object input, String instanceId) Schedules a new workflow using DurableTask client. -
Uses of Workflow in io.dapr.workflows.runtime
Modifier and TypeMethodDescription<T extends Workflow>
WorkflowRuntimeBuilderWorkflowRuntimeBuilder.registerWorkflow
(Class<T> clazz) Registers a Workflow object.