We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dd019 commit 04ccee6Copy full SHA for 04ccee6
client/client.go
@@ -140,8 +140,6 @@ type (
140
// If the workflow is not running or not found, it starts the workflow and then sends the signal in transaction.
141
// - workflowID, signalName, signalArg are same as SignalWorkflow's parameters
142
// - 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.
145
// The errors it can return:
146
// - EntityNotExistsError, if domain does not exist
147
// - BadRequestError
0 commit comments