Skip to content

v0.20.33

Compare
Choose a tag to compare
@samarabbas samarabbas released this 06 May 05:58
· 382 commits to master since this release
b6527ca
Request for activity cancellation should include scheduleId (#29)

Currently client passes activityId when requesting cancellation of
activity.  We instead want to include scheduleId as it makes
scanning for completed event simpler.
Once I consume this change on the server will completely remove
activityId from decision for request cancel activity completion
and also remove request cancel activity failed event as we need to
instead fail the entire decision.