Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ public NewWorkflowOptions setInput(Object input) {
/**
* Sets the start time of the new workflow.
*
* <p>By default, new workflow instances start executing immediately. This method can be used
* to start them at a specific time in the future.
* <p>By default, new workflow instances start executing immediately. This
* method can be used to start them at a specific time in the future. If set,
* Dapr will not wait for the workflow to "start" which can improve
* throughput of creating many workflows.
*
* @param startTime the start time of the new workflow
* @return this {@link NewWorkflowOptions} object
Expand Down
Loading