diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-03-24 11:26:41 +0000 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2023-03-24 16:07:54 +0000 |
commit | 4d906e5210c570678bba6db82d85b16ff2ebaaf8 (patch) | |
tree | 346c93442c3aa4f8982d26cd2df88bfb337fe162 /docs/modelingconcepts/workflow.rst | |
parent | 4c9246c82b12a7b9e0f9ac0230abfdb369ce9ab1 (diff) |
Fix doc-rules job and cds-ui build
- Doc changes to satisfy new doc-rules
- Fixo f CDS-UI build
Issue-ID: CCSDK-3859
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Change-Id: I9471e845afd39d06466da9a5db8fde5acdf15ea1
Diffstat (limited to 'docs/modelingconcepts/workflow.rst')
-rw-r--r-- | docs/modelingconcepts/workflow.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/modelingconcepts/workflow.rst b/docs/modelingconcepts/workflow.rst index 7e21cfe0c..1578c3217 100644 --- a/docs/modelingconcepts/workflow.rst +++ b/docs/modelingconcepts/workflow.rst @@ -42,7 +42,6 @@ which actually is the name of the ``node_template`` defined after, of type ``com .. code-block:: json :caption: **Example** - . . . "topology_template": { "workflows": { "resource-assignment": { @@ -101,7 +100,6 @@ which actually is the name of the ``node_template`` defined after, of type ``com } } } - . . . .. _workflow_multiple_actions: @@ -123,7 +121,6 @@ In the example above, you can see the target of the workflow's steps execute-scr .. code-block:: json :caption: **workflow plan example** - . . . "topology_template": { "workflows": { "execute-remote-ansible": { @@ -268,7 +265,7 @@ Properties of a workflow - value resolvable using :ref:`expression` -> get_attribute * - steps - | Defines the actual step to execute as part of the workflow - | + .. list-table:: :widths: 25 25 50 :header-rows: 1 @@ -284,7 +281,7 @@ Properties of a workflow Example: -.. code-block:: json +.. code-block:: :caption: **workflow example** { |