Is it safe/possible to execute child workflow on update handler?
I see sample code https://github.com/temporalio/samples-go/blob/main/reqrespupdate/workflow.go where it can run activity, but I couldn’t find example on child workflow. Thanks!
Is it safe/possible to execute child workflow on update handler?
I see sample code https://github.com/temporalio/samples-go/blob/main/reqrespupdate/workflow.go where it can run activity, but I couldn’t find example on child workflow. Thanks!
Any workflow code is allowed, including executing a child workflow.