File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
sdk-workflows/src/main/java/io/dapr/workflows/client Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,10 @@ public NewWorkflowOptions setInput(Object input) {
63
63
/**
64
64
* Sets the start time of the new workflow.
65
65
*
66
- * <p>By default, new workflow instances start executing immediately. This method can be used
67
- * to start them at a specific time in the future.
66
+ * <p>By default, new workflow instances start executing immediately. This
67
+ * method can be used to start them at a specific time in the future. If set,
68
+ * Dapr will not wait for the workflow to "start" which can improve
69
+ * throughput of creating many workflows.
68
70
*
69
71
* @param startTime the start time of the new workflow
70
72
* @return this {@link NewWorkflowOptions} object
You can’t perform that action at this time.
0 commit comments