How can we spawn workflow without awaiting. So that i can continue with my other activities. Kind of fire and forget.
You can use start_workflow
instead of execute_workflow
as fire and forget mode
How can we spawn workflow without awaiting. So that i can continue with my other activities. Kind of fire and forget.
You can use start_workflow
instead of execute_workflow
as fire and forget mode