Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng committed Nov 15, 2024
1 parent 1df0793 commit c8cd481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/io/iworkflow/core/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public String startWorkflow(
* @param input is optional, can be null
* @param option is optional, can be null
* @return runId
* @throws WorkflowAlreadyStartedException if the workflow is already started
* @throws WorkflowAlreadyStartedException if the workflow is already started.
* If using WorkflowAlreadyStartedOptions in WorkflowOptions, the error will be ignored if ignoreAlreadyStartedError is true.
* If ignoreAlreadyStartedError is true and also requestId is set, the requestId will be used to identify the request. The error
* will only be thrown if the requestId is different from the requestId of the existing workflow.
Expand All @@ -129,7 +129,7 @@ public String startWorkflow(
* @param input is optional, can be null
* @param options is optional, can be null
* @return runId
* @throws WorkflowAlreadyStartedException if the workflow is already started
* @throws WorkflowAlreadyStartedException if the workflow is already started.
* If using WorkflowAlreadyStartedOptions in WorkflowOptions, the error will be ignored if ignoreAlreadyStartedError is true.
* If ignoreAlreadyStartedError is true and also requestId is set, the requestId will be used to identify the request. The error
* will only be thrown if the requestId is different from the requestId of the existing workflow.
Expand Down

0 comments on commit c8cd481

Please sign in to comment.