Skip to content

Conversation

@michaelpeng36
Copy link
Contributor

Added Start-DurableExternalEventListener cmdlet, which listens for an external event to be raised indefinitely. If the NoWait flag is present, then it returns an external event task to be awaited with the Wait-DurableTask cmdlet.

Added Send-DurableExternalEvent cmdlet, which makes an HTTP POST request to send an external event (along with associated event data) to a given orchestration instance.

Added Stop-DurableTimerTask cmdlet. which marks a given durable timer task as canceled. Without this cmdlet, an orchestration will not complete until all timers created have expired.

Added unit tests for external events and an E2E test for all three cmdlets.

Copy link
Contributor

@AnatoliB AnatoliB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job Michael, thank you. Please let me know if you want to address the feedback soon, or I will do it next week.

Michael Peng and others added 21 commits September 6, 2020 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants