Uses of Class
io.dapr.workflows.Workflow
-
Packages that use Workflow Package Description io.dapr.workflows.client io.dapr.workflows.runtime -
-
Uses of Workflow in io.dapr.workflows.client
Methods in io.dapr.workflows.client with type parameters of type Workflow Modifier and Type Method Description <T extends Workflow>
StringDaprWorkflowClient. scheduleNewWorkflow(Class<T> clazz)
Schedules a new workflow using DurableTask client.<T extends Workflow>
StringDaprWorkflowClient. scheduleNewWorkflow(Class<T> clazz, Object input)
Schedules a new workflow using DurableTask client.<T extends Workflow>
StringDaprWorkflowClient. scheduleNewWorkflow(Class<T> clazz, Object input, String instanceId)
Schedules a new workflow using DurableTask client. -
Uses of Workflow in io.dapr.workflows.runtime
Methods in io.dapr.workflows.runtime with type parameters of type Workflow Modifier and Type Method Description <T extends Workflow>
WorkflowRuntimeBuilderWorkflowRuntimeBuilder. registerWorkflow(Class<T> clazz)
Registers a Workflow object.
-