How to update workflow options

Hi Thiomir,

I have one query that how should we be able to update the options of a running workflow.

Say I have a workflow with name ABC with some workflow options now I decided to change to workflow options and restarted the worker it will give me and exception of WorkflowExeceutionAlreadyStarted I have handled this in catch block but workflow options remain the same they are not updated.

Could you please help in this case.

Thanks!!

Updating workflow options for already started workflow is not currently supported. Please file a feature request at Issues · temporalio/temporal · GitHub

Hi @maxim ,

Okay thanks!!