OptionalactivityTemporal activity options for this invocation (overrides the workflow's default activity options).
OptionalcontextAllow to overwrite properties of the "context" of workflows when called in tests environments.
OptionaldetachedConfigures whether this workflow runs detached:
detached=true maps to ParentClosePolicy.ABANDON: if parent closes before child, the child keeps executing.detached=false maps to ParentClosePolicy.TERMINATE: if parent closes before child, the child is terminated.
Options for workflow invocations.
Allows overriding Temporal Activity options for this workflow.