Dexels / navajo

Navajo Service-oriented Applications
GNU Affero General Public License v3.0
9 stars 5 forks source link

(Navascript) Add a condition tag #507

Closed rfrankhuizen closed 5 years ago

rfrankhuizen commented 5 years ago

This is to avoid the usage of message mode="ignore" when you only really want to group a set of statements under a single condition without having to repeat said condition.

Marte agrees this would be a good extension (she is typing this)

Suggested format:

<condition expression="Some expression to be evaluated">
</condition>
billgemist commented 5 years ago

@rfrankhuizen Maybe the name will be like this? In order not to have too many "condition" <block condition="Some expression to be evaluated"> </block>

rfrankhuizen commented 5 years ago

Yes, even better!

rfrankhuizen commented 5 years ago

Added