Skip to content

Conversation

danielgerlag
Copy link
Owner

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant