Skip to main content

How to set ExecuteLocalActivityOptions in Go

  • Used to set local activity specific parameters that will be stored inside a context
OptionDescriptionType
ScheduleToCloseTimeoutSet the end to end timeout for the local activity including retriestime.Duration
StartToCloseTimeoutSet timeout for a single execution of the local activitytime.Duration
RetryPolicySet how to retry Activity if error happenstime.Duration