You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WorkflowExecutionErrorWhenAlreadyStarted can be returned from ExecuteWorkflow if WorkflowExecutionErrorWhenAlreadyStarted option is set.
Actual Behavior
WorkflowExecutionErrorWhenAlreadyStarted error does not mentioned in the API document.
// ExecuteWorkflow starts a workflow execution and returns a WorkflowRun instance or error
//
// This can be used to start a workflow using a function reference or workflow type name.
// Either by
// ExecuteWorkflow(ctx, options, "workflowTypeName", arg1, arg2, arg3)
// or
// ExecuteWorkflow(ctx, options, workflowExecuteFn, arg1, arg2, arg3)
// The errors it can return:
// - serviceerror.NamespaceNotFound, if namespace does not exist
// - serviceerror.InvalidArgument
// - serviceerror.Internal
// - serviceerror.Unavailable
Specifications
Version:
Platform:
The text was updated successfully, but these errors were encountered:
Expected Behavior
WorkflowExecutionErrorWhenAlreadyStarted can be returned from ExecuteWorkflow if WorkflowExecutionErrorWhenAlreadyStarted option is set.
Actual Behavior
WorkflowExecutionErrorWhenAlreadyStarted error does not mentioned in the API document.
Specifications
The text was updated successfully, but these errors were encountered: