Uses of Class
io.dapr.workflows.client.NewWorkflowOption
-
Uses of NewWorkflowOption in io.dapr.workflows.client
Modifier and TypeMethodDescriptionSets the input of the workflow to start.NewWorkflowOption.setInstanceId
(String instanceId) Sets the instance ID of the workflow to start.NewWorkflowOption.setStartTime
(Instant startTime) Sets the start time of the new workflow.NewWorkflowOption.setVersion
(String version) Sets the version of the workflow to start.Modifier and TypeMethodDescriptionDaprWorkflowClient.scheduleNewWorkflow
(Class<T> clazz, NewWorkflowOption options) Schedules a new workflow with a specified set of options for execution.