Skip to content

Releases: gurmitteotia/guflow

Bug fixes

09 Oct 19:57
Compare
Choose a tag to compare

1.1.24

  • Implemented the missing functionality of Reschedule timer for lambda. Following action was throwing exception before but it is fixed now.
  ...
  ScheduleLambda("LambdaName").OnCompletion(e=>Reschedule(e).After(TimeSpan.FromSeconds(3));
  ...
  • Removed ScheduleTimer property from Activity. It needs to be exposed in better way.

Release notes for previous versions