FeatureFuel
60

Flows: Allow linking to the same operation many times

Source: directus/directus#19675 · opened by @ched-dev
Summary Right now I can only link operations one-to-one, but I would like to link one-to-many to re-use an operation. Basic Example I have a Flow triggered by an update event using several condition operations which could fail. All need to do the same step after - return the existing payload - but I don't want to create multiple of the same final operation. I would prefer to make one operation, and point all three to the single operation. Motivation This will allow users to re-use operations already in the flow. Right now, if you want to run the same operation you have to duplicate it or create a custom operation extension. Detailed Design No new design as I believe the flow chart will handle it. Requirements List Must Have: • An operations input can have many triggers Won't Have: • A many-to-many operation connection Drawbacks _None Known_ Alternatives _None Known_ Adoption Strategy I believe a migration would be needed. It will be …

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests