769
// SignalExternalWorkflowExecutionFailed history event. If the event fails to
770
// commit, the task will be retried and the metric emitted again.
772
>
1,
773
>
metrics.FailureTag(failedCause.String()),
774
>
metrics.StringTag("source", "remote_call"),
775
>
)
776
>
return t.signalExternalExecutionFailed(
777
>
ctx,
778
>
task,
779
>
weContext,
780
>
targetNamespaceName,
781
>
targetNamespaceID,
782
>
attributes.GetWorkflowExecution().GetWorkflowId(),
783
>
attributes.GetWorkflowExecution().GetRunId(),
784
>
attributes.Control,
785
>
failedCause,
786
>
)
787
}
788