Uses of Class
io.dapr.workflows.client.NewWorkflowOption
Packages that use NewWorkflowOption
-
Uses of NewWorkflowOption in io.dapr.workflows.client
Methods in io.dapr.workflows.client that return NewWorkflowOptionModifier 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.Methods in io.dapr.workflows.client with parameters of type NewWorkflowOptionModifier and TypeMethodDescriptionDaprWorkflowClient.scheduleNewWorkflow
(Class<T> clazz, NewWorkflowOption options) Schedules a new workflow with a specified set of options for execution.