uber / cadence

Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.
https://cadenceworkflow.io
MIT License
8.31k stars 800 forks source link

Add support for context propagation with SignalWorkflow #1915

Closed shreyassrivatsan closed 1 week ago

shreyassrivatsan commented 5 years ago

1731 added support for context propagation in StartWorkflow/Activity requests.. We should look into how we can do something similar with SignalWorkflow

demirkayaender commented 1 week ago

this is done.