Document/enforce SignalWithStartWorkflow
does not use same workflow ID option as ExecuteWorkflow
#603
Labels
enhancement
New feature or request
Is your feature request related to a problem? Please describe.
SignalWithStartWorkflow
uses theworkflowID
parameter likeSignalWorkflow
instead of the ID in options likeExecuteWorkflow
. That means the function accepts ID in two ways and ignores one.Describe the solution you'd like
Document that the ID in options is disallowed and error if it is provided and is different than the
workflowID
parameter.The text was updated successfully, but these errors were encountered: