Workflow Core v1.8.3 Release Notes

Release Date: 2019-02-24 // about 5 years ago
    • โž• Added Attach and Id to fluent API
      This will enable one to attach the flow from a step to any other step with an Id
      Control structure scope will be preserved

      .StartWith<Step1>() .Id("step1") .Then<Step2>() .Attach("step1")

    • โž• Added index queue ahead of upcoming feature for async indexing

    • ๐ŸŽ Various performance improvements