Add a note to the documentation about std.fail
Change-Id: Id6dbc1bd47d2f4c8d01dd99d6fbe66de3396026a
This commit is contained in:
parent
af21f0da06
commit
1fe7b49301
@ -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
|
installation via a special plugin mechanism. Currently, built-in system
|
||||||
actions are:
|
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
|
std.http
|
||||||
''''''''
|
''''''''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user