Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a query API to list sent signals to child and external workflow #26

Open
gurmitteotia opened this issue Oct 26, 2018 · 0 comments
Open

Comments

@gurmitteotia
Copy link
Owner

For child workflow sent signal should be returned in its AllEvents API

//all events should include any signal sent this child workflow
 var allEvents = ChildWorkflow<SomeWorkflow>().AllEvents()

For returning signals sent to external workflow we need to expose the API on workflow

// It should return signals sent to external workflow and not to child workflow.
 var signalEvents = Workflow.AllSentSignals();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant