Add a note to the documentation about std.fail

Change-Id: Id6dbc1bd47d2f4c8d01dd99d6fbe66de3396026a
This commit is contained in:
Dougal Matthews 2016-08-26 09:50:36 +01:00
parent af21f0da06
commit 1fe7b49301
1 changed files with 14 additions and 0 deletions

View File

@ -666,6 +666,20 @@ anyone. It is also possible to add system actions for specific Mistral
installation via a special plugin mechanism. Currently, built-in system
actions are:
std.fail
''''''''
Fail the current workflow. This action can be used to manually set the workflow
state to error.
Example:
.. code-block:: yaml
manual_fail:
action: std.fail
std.http
''''''''