Retrying `workflow` Calls?

Hi,

When one calls a workflow function (e.g. workflow.SignalExternalWorkflow, workflow.ExecuteChildWorkflow) and it fails due to an intermittent problem (e.g. network connectivity issues), does the worker automatically retry similar to activities? If so, how does one change or view those settings?

Thanks,
Albert

These are guaranteed to be executed in the presence of failures. Note that these retries are internal to the service and don’t involve application workers.