-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When a form has multiple bridges Forms Bridge triggers each bridge submission in a sequential loop, in the same order that the bridges are retrieved from the database.
Observations:
- Currently, it is not possible to control this execution order.
- If one bridge submission returns an error, the entire loop is aborted.
Options:
- Define an order on the bridge schema to sort bridges
- Implement something like
depends_onmechanims.
At the same time it is worth to considering the possibility of allowing the loop to continue when a bridge submission fails. However, where should this setting be placed? It only make sense in the this context, but nothing like a chain of bridges currently exists in the logic...
Metadata
Metadata
Assignees
Labels
No labels