Skip to content

Commit 04ccee6

Browse files
authored
Fix comment on signalWithStart (#968)
1 parent 27dd019 commit 04ccee6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/client.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ type (
140140
// If the workflow is not running or not found, it starts the workflow and then sends the signal in transaction.
141141
// - workflowID, signalName, signalArg are same as SignalWorkflow's parameters
142142
// - options, workflow, workflowArgs are same as StartWorkflow's parameters
143-
// Note: options.WorkflowIDReusePolicy is default to WorkflowIDReusePolicyAllowDuplicate in this API;
144-
// while in StartWorkflow/ExecuteWorkflow APIs it is default to WorkflowIdReusePolicyAllowDuplicateFailedOnly.
145143
// The errors it can return:
146144
// - EntityNotExistsError, if domain does not exist
147145
// - BadRequestError

0 commit comments

Comments
 (0)