File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,9 @@ type (
107107 // SignalWithStartWorkflow sends a signal to a running workflow.
108108 // If the workflow is not running or not found, it starts the workflow and then sends the signal in transaction.
109109 // - workflowID, signalName, signalArg are same as SignalWorkflow's parameters
110- // - workflow, workflowArgs are same as StartWorkflow's parameters
111- // - options.WorkflowIDReusePolicy will be ignored, and WorkflowIDReusePolicyAllowDuplicate will be used as the policy
110+ // - options, workflow, workflowArgs are same as StartWorkflow's parameters
111+ // Note: options.WorkflowIDReusePolicy is default to WorkflowIDReusePolicyAllowDuplicate in this API;
112+ // while in StartWorkflow/ExecuteWorkflow APIs it is default to WorkflowIdReusePolicyAllowDuplicateFailedOnly.
112113 // The errors it can return:
113114 // - EntityNotExistsError, if domain does not exist
114115 // - BadRequestError
Original file line number Diff line number Diff line change 9898 // SignalWithStartWorkflow sends a signal to a running workflow.
9999 // If the workflow is not running or not found, it starts the workflow and then sends the signal in transaction.
100100 // - workflowID, signalName, signalArg are same as SignalWorkflow's parameters
101- // - workflow, workflowArgs are same as StartWorkflow's parameters
102- // - options.WorkflowIDReusePolicy will be ignored, and WorkflowIDReusePolicyAllowDuplicate will be used as the policy
101+ // - options, workflow, workflowArgs are same as StartWorkflow's parameters
102+ // Note: options.WorkflowIDReusePolicy is default to WorkflowIDReusePolicyAllowDuplicate in this API;
103+ // while in StartWorkflow/ExecuteWorkflow APIs it is default to WorkflowIdReusePolicyAllowDuplicateFailedOnly.
103104 // The errors it can return:
104105 // - EntityNotExistsError, if domain does not exist
105106 // - BadRequestError
You can’t perform that action at this time.
0 commit comments