This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


    from d369f4bc38 add a subworkflow step which shares vars with parents
     new 72784da3f0 infer type as a subworkflow step if `step` is omitted but 
`steps` are supplied
     new 32257cb456 more flexible workflow shorthand - set entity on clear/set 
sensor/config, and entity on invoke-effector

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/brooklyn/core/effector/Effectors.java   |  51 +++++-
 .../core/workflow/WorkflowExecutionContext.java    |   3 +-
 .../core/workflow/WorkflowStepDefinition.java      |  17 +-
 .../core/workflow/WorkflowStepResolution.java      |  26 +--
 .../steps/appmodel/ClearConfigWorkflowStep.java    |  18 +-
 .../steps/appmodel/ClearSensorWorkflowStep.java    |  13 +-
 .../workflow/steps/appmodel/EntityValueToSet.java  |   2 +-
 .../steps/appmodel/InvokeEffectorWorkflowStep.java | 148 ++++++++++++----
 .../steps/appmodel/SetConfigWorkflowStep.java      |  12 +-
 .../steps/appmodel/SetSensorWorkflowStep.java      |  12 +-
 .../core/workflow/utils/ExpressionParser.java      |   2 +
 .../core/workflow/utils/ExpressionParserImpl.java  |   2 +-
 .../workflow/WorkflowConfigSensorEffectorTest.java | 190 +++++++++++++++++++++
 .../WorkflowSubAndCustomExtensionEdgeTest.java     |  25 ++-
 14 files changed, 442 insertions(+), 79 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/brooklyn/core/workflow/WorkflowConfigSensorEffectorTest.java

Reply via email to