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-docs.git
from a553362b update the correct sensor class
add 7badf98c start of docs for workflow
add 6c240802 more steps documented
add 82b52fc6 documentation for `assert` functionality of DSL predicates
add 96e67c1c fleshed out docs for workflow
add 2a60fb51 notes on error handling and other recent developments
add 0b6998f4 docs for software process entities from workflow, and
ansible-ssh workflow step
new e374345d add examples, and minor docs for http requests
new 5b2890fa Merge branch 'workflow'
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:
guide/blueprints/index.md | 1 +
guide/blueprints/workflow/common.md | 201 +++++++++++++
guide/blueprints/workflow/defining.md | 163 +++++++++++
.../workflow/example-ansible-and-bash.yaml | 71 +++++
guide/blueprints/workflow/index.md | 34 +++
guide/blueprints/workflow/nested-workflow.md | 77 +++++
guide/blueprints/workflow/oauth.yaml | 80 ++++++
guide/blueprints/workflow/steps.md | 317 +++++++++++++++++++++
guide/blueprints/workflow/variables.md | 208 ++++++++++++++
guide/blueprints/yaml-reference.md | 85 +++++-
10 files changed, 1227 insertions(+), 10 deletions(-)
create mode 100644 guide/blueprints/workflow/common.md
create mode 100644 guide/blueprints/workflow/defining.md
create mode 100644 guide/blueprints/workflow/example-ansible-and-bash.yaml
create mode 100644 guide/blueprints/workflow/index.md
create mode 100644 guide/blueprints/workflow/nested-workflow.md
create mode 100644 guide/blueprints/workflow/oauth.yaml
create mode 100644 guide/blueprints/workflow/steps.md
create mode 100644 guide/blueprints/workflow/variables.md