You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Fix#1071] Until option if any is empty
Fix#1071
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
* [Fix_#1071] Incorporating comments
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
* Update dsl-reference.md
Co-authored-by: Charles d'Avernas <[email protected]>
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
---------
Signed-off-by: Francisco Javier Tirado Sarti <[email protected]>
Co-authored-by: Charles d'Avernas <[email protected]>
Copy file name to clipboardExpand all lines: dsl-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1591,9 +1591,9 @@ Represents the configuration of an event consumption strategy.
1591
1591
| Property | Type | Required | Description |
1592
1592
|----------|:----:|:--------:|-------------|
1593
1593
| all | [`eventFilter[]`](#event-filter) | `no` | Configures the workflow to wait for all defined events before resuming execution.<br>*Required if `any` and `one` have not been set.* |
1594
-
| any | [`eventFilter[]`](#event-filter) | `no` | Configures the workflow to wait for any of the defined events before resuming execution.<br>*Required if `all` and `one` have not been set.*<br>*If empty, listens to all incoming events, and requires `until` to be set.* |
1594
+
| any | [`eventFilter[]`](#event-filter) | `no` | Configures the workflow to wait for any of the defined events before resuming execution.<br>*Required if `all` and `one` have not been set.*<br>*If empty, listens to all incoming events* |
1595
1595
| one | [`eventFilter`](#event-filter) | `no` | Configures the workflow to wait for the defined event before resuming execution.<br>*Required if `all` and `any` have not been set.* |
1596
-
| until | `string`<br>[`eventConsumptionStrategy`](#event-consumption-strategy) | `no` | Configures the [runtime expression](dsl.md#runtime-expressions) condition or the events that must be consumed to stop listening.<br>*Only applies if `any` has been set, otherwise ignored.* |
1596
+
| until | `string`<br>[`eventConsumptionStrategy`](#event-consumption-strategy) | `no` | Configures the [runtime expression](dsl.md#runtime-expressions) condition or the events that must be consumed to stop listening.<br>*Only applies if `any` has been set, otherwise ignored.*<br>*If not present, once any event is received, it proceeds to the next task.* |
0 commit comments