[FEATURE] Integrations Workflows: enable workflows for index-based integrations. #1519
Labels
enhancement
New feature or request
integrations
Used to denote items related to the Integrations project
Is your feature request related to a problem?
Integrations workflows1 are being added in #1518, but they're currently only enabled for S3 integrations because none of the current index integrations are sufficiently complex to warrant it. This issue is to extend workflows to also apply to index-based integrations.
What solution would you like?
I suspect that this is most easily added under the
workflows
array for the integration configs, as a field likeenable_for_sources
which can take a list of strings incl.s3
andindex
.What alternatives have you considered?
Alternatively we could add the enabled indices under each step, and only enable workflows in the UI checkbox that have an associated step. I'd like to avoid needing to list every workflow for every step, though, so I'm not sure if either of these is the right choice yet.
Do you have any additional context?
N/A
Footnotes
Integrations workflows: [FEATURE] Multiple installation flows for Integrations. #1462 ↩
The text was updated successfully, but these errors were encountered: