We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an integration designer sometimes I have the need to insert a component before the first component
Example:
Using the SQL component as a producer, but now I would like to add a Timer or Quartz component to run the SQL statement periodically.
Current situation:
Right now I only replace the first component, loosing all configurations on it.
Relates to: #80
The text was updated successfully, but these errors were encountered:
This also applies to components inside container elements like split, also there I can't insert an element (in this case the seda component)
Sorry, something went wrong.
As a first step, we could allow users to move steps regardless being consumer / producer
Take into consideration steps that might have different parameters depending on whether they are consumer / producer
No branches or pull requests
Please describe the feature that you want to propose
As an integration designer sometimes I have the need to insert a component before the first component
Example:
Using the SQL component as a producer, but now I would like to add a Timer or Quartz component to run the SQL statement periodically.
Current situation:
Right now I only replace the first component, loosing all configurations on it.
Relates to: #80
The text was updated successfully, but these errors were encountered: