Fix docstring list format
Change-Id: Ia79560e965e94e2e4ce18f4667c33ae577b327ed
This commit is contained in:
@@ -51,12 +51,13 @@ class Decider(object):
|
|||||||
this history will be empty).
|
this history will be empty).
|
||||||
|
|
||||||
Returns retry action constant:
|
Returns retry action constant:
|
||||||
* 'RETRY' when subflow must be reverted and restarted again (maybe
|
|
||||||
|
* ``RETRY`` when subflow must be reverted and restarted again (maybe
|
||||||
with new parameters).
|
with new parameters).
|
||||||
* 'REVERT' when this subflow must be completely reverted and parent
|
* ``REVERT`` when this subflow must be completely reverted and parent
|
||||||
subflow should make a decision about the flow execution.
|
subflow should make a decision about the flow execution.
|
||||||
* 'REVERT_ALL' in a case when the whole flow must be reverted and
|
* ``REVERT_ALL`` in a case when the whole flow must be reverted and
|
||||||
marked as FAILURE.
|
marked as ``FAILURE``.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user