temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
262 stars 70 forks source link

client: add retry policy param to start_workflow #682

Closed Herklos closed 6 months ago

Herklos commented 6 months ago

What was changed

Retry policy attribute has been added to client start_workflow method to allow the Rust client to specify a retry policy when starting a workflow.

Why?

It's a useful param for some use cases and it was not available on Rust client while it is available for client of other languages (like go, typescript or python).

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 6 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sushisource commented 6 months ago

Thanks for this!