Are there any best practices for implementing a workflow that is used for starting and stopping third party services?
I was considering storing a lock in a durable object that states if the start workflow has already been executed you can only run the stop workflow but you still need to track the workflow instance id.