forked from platypush/platypush
Fabio Manganiello
be8140ddb5
- Add `set` statement, which can be used to set context variables within YAML procedures. Example: ```yaml procedure.test: - set: foo: bar - action: logger.info args: msg: ${bar} ``` - More reliable flow control for nested break/continue/return. - Propagate changes to context variables also to upstream procedures. |
||
---|---|---|
.. | ||
__init__.py |