How to set ExecuteLocalActivityOptions in Go
- Used to set local activity specific parameters that will be stored inside a context
| Option | Description | Type |
|---|---|---|
| ScheduleToCloseTimeout | Set the end to end timeout for the local activity including retries | time.Duration |
| StartToCloseTimeout | Set timeout for a single execution of the local activity | time.Duration |
| RetryPolicy | Set how to retry Activity if error happens | time.Duration |