You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it safe to use a single instance of IDurableOrchestrationClient and start a bunch of tasks calling StartNewAsync? My use-case is exposing an admin endpoint for my users to request starting of one or more orchestration instances.