temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
250 stars 68 forks source link

sdk: expose WfContext:task_queue() #769

Closed djc closed 2 weeks ago

djc commented 2 weeks ago

What was changed

Add a WfContext::task_queue() member allowing the workflow code to access the task queue from which it is being run.

Why?

Would like to schedule child workflows or activities on the same task queue as the current workflow.