microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Throw CompositeTaskFailedException for context.allOf #86

Closed shreyas-gopalakrishna closed 1 year ago

shreyas-gopalakrishna commented 1 year ago

TaskOrchestrationContext.allOf should throw TaskFailureException instead of RuntimeException

resolves #54

Pull request checklist