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) {
6363 /**
6464 * Sets the start time of the new workflow.
6565 *
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.
6870 *
6971 * @param startTime the start time of the new workflow
7072 * @return this {@link NewWorkflowOptions} object
You can’t perform that action at this time.
0 commit comments