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 b35bab6dcd workflow basic expiry, and more workflow fixes
new 7fce67194f add fail and goto steps, and accept step as keyword for
shorthand
new fdfc806cda fix error message with recent task builder change
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/WorkflowStepResolution.java | 7 +-
.../core/workflow/steps/FailWorkflowStep.java | 77 ++++++++++++++++++++++
...turnWorkflowStep.java => GotoWorkflowStep.java} | 13 ++--
.../brooklyn/util/core/task/TaskBuilder.java | 6 +-
.../brooklyn/core/workflow/WorkflowBasicTest.java | 2 +
.../workflow/WorkflowInputOutputExtensionTest.java | 7 +-
.../workflow/WorkflowPersistReplayErrorsTest.java | 12 ++++
karaf/init/src/main/resources/catalog.bom | 10 +++
8 files changed, 119 insertions(+), 15 deletions(-)
create mode 100644
core/src/main/java/org/apache/brooklyn/core/workflow/steps/FailWorkflowStep.java
copy
core/src/main/java/org/apache/brooklyn/core/workflow/steps/{ReturnWorkflowStep.java
=> GotoWorkflowStep.java} (76%)