microsoft / durabletask-java

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

Implemented `sendEvent` logics #144

Open kaibocai opened 1 year ago

kaibocai commented 1 year ago

Issue describing the changes in this PR

This PR includes:

  1. Implementation for sendEvent.
  2. Add thenAccept for Task Class.

Pull request checklist

Additional information

Additional PR information

The end2end test case is passing, while the integration test case is failing, need to check what's wrong on the sidecar.