Skip to content

Signal specific attribute and other improvements

Compare
Choose a tag to compare
@gurmitteotia gurmitteotia released this 05 Nov 15:56
· 105 commits to master since this release
a877216
  • Supported the specific attribute to handle signals as required by issue.
  • Added query APIs (extensions methods) for child workflow and lambda to keep them consistent with activity. Additional extension methods added are:
    • LastFailedEvent
    • LastTimedoutEvent
    • LastCompletedEvent
    • LastCancelledEvent (only for child workflow)
    • LastTerminatedEvent (only for child workflow)