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 5b1ea500dc expression parser - tweak to multi-word handling
     new d6d53dc858 allow workflow step names to include freemarker 
expressions, and resolve them
     new d369f4bc38 add a subworkflow step which shares vars with parents

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:
 .../core/workflow/WorkflowExecutionContext.java    |  20 ++-
 .../workflow/WorkflowExpressionResolution.java     |   5 +-
 .../core/workflow/WorkflowStepDefinition.java      |  16 +++
 .../WorkflowStepInstanceExecutionContext.java      |   9 ++
 .../core/workflow/steps/CustomWorkflowStep.java    |  89 +++++++++---
 .../workflow/steps/flow/ForeachWorkflowStep.java   |   4 +-
 .../core/workflow/steps/flow/SubWorkflowStep.java  |  96 +++++++++++++
 .../brooklyn/core/workflow/WorkflowBasicTest.java  |  16 +++
 .../WorkflowNestedAndCustomExtensionTest.java      |  24 ++--
 .../WorkflowSubAndCustomExtensionEdgeTest.java     | 160 +++++++++++++++++++++
 karaf/init/src/main/resources/catalog.bom          |   5 +
 .../java/org/apache/brooklyn/test/Asserts.java     |  29 +++-
 12 files changed, 434 insertions(+), 39 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/brooklyn/core/workflow/steps/flow/SubWorkflowStep.java
 create mode 100644 
core/src/test/java/org/apache/brooklyn/core/workflow/WorkflowSubAndCustomExtensionEdgeTest.java

Reply via email to