-
Notifications
You must be signed in to change notification settings - Fork 201
Ability for integration/flow fragments #6273
Comments
The fragment should have a defined input and output. So all integrations using the fragment are forced to provide the input and can use the defined output (if any). |
We would need to have some versioning of these fragments. So changes to the defined input/output of that fragment do not break existing integrations running with a previous version of the fragment. |
@christophd That's why I mentioned maybe an entire integration could be called a fragment. An integration itself could be reused as a fragment, rather than having to create a completely separate kind of thing to manage. You are correct, we'd need some metadata on the integration that defines inputs/outputs of the integration. This would make it really nice to be able to compose integrations together. |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
ping to keep from getting auto-closed |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
ping to keep from getting auto-closed |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
Ping to keep from closing |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
ping to keep from getting auto-closed |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
ping to keep from getting auto-closed |
This is a...
Description
The concept of conditional flows is very appealing. It would be great to be able to re-use conditional flows across multiple integrations.
Maybe something more generic like an "integration fragment", where any part of any integration/conditional flow can use a pre-built integration fragment.
Just spit-balling, but maybe this integration fragment could be a complete integration itself that can be re-used as part of another integration?
The text was updated successfully, but these errors were encountered: