Skip to content

Releases: delegateas/WorkflowEngine

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 23:45

4.0.0 (2024-11-12)

⚠ BREAKING CHANGES

  • updated for .net 9

Features

v3.2.7

Choose a tag to compare

@github-actions github-actions released this 17 Oct 19:54

3.2.7 (2024-10-17)

Bug Fixes

  • skipped workflow finished eventwhen action is scoped and has more and added queue for loops handling to keep on same queue (0a6d6c0)

v3.2.6

Choose a tag to compare

@github-actions github-actions released this 13 Sep 05:21

3.2.6 (2024-09-13)

Bug Fixes

  • Added outputsbody function (b9a269f)

v3.2.5

Choose a tag to compare

@github-actions github-actions released this 25 Aug 13:22

3.2.5 (2024-08-25)

Bug Fixes

  • changed type to object to allow any input, custome objects ect. (423e63e)
  • updated deps (589ce2a)

v3.2.4

Choose a tag to compare

@github-actions github-actions released this 21 Aug 08:54

3.2.4 (2024-08-21)

Bug Fixes

  • added default queues for triggers (12c98e9)

v3.2.3

Choose a tag to compare

@github-actions github-actions released this 18 Aug 15:58

3.2.3 (2024-08-18)

Bug Fixes

  • made the queue propergate when triggering new actions (3d85d29)

v3.2.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 14:09

3.2.2 (2024-08-08)

Bug Fixes

  • added environment variables to disable workflows,workflows__{name}=false will remove the workflow schedule (fa4d37e)

v3.2.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:35

3.2.1 (2024-06-25)

Bug Fixes

  • abstracted some props to common baseclass (f226b11)
  • hangfire version updated (8d235d6)

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 18:37

3.2.0 (2024-06-20)

Features

  • Added typed workflow support (c9a6411)

v3.1.3

Choose a tag to compare

@github-actions github-actions released this 25 Apr 17:12

3.1.3 (2024-04-25)

Bug Fixes