Http 204 response results with exception in rest resolution
[ccsdk/cds.git] / docs / modelingconcepts / workflow.rst
index 9b9bd52..7e21cfe 100644 (file)
@@ -19,7 +19,7 @@ A workflow defines an overall action to be taken on the service, hence is an
 entry-point for the run-time execution of the :ref:`CBA Package <cba>`.
 
 A workflow also defines **inputs** and **outputs** that will defined the **payload contract**
-of the **request** and **response** (see :ref:`Dynamic API`)
+of the **request** and **response** (see :ref:`dynamic_payload`)
 
 A workflow can be **composed** of one or multiple **sub-actions** to execute.
 
@@ -250,9 +250,10 @@ Properties of a workflow
                 :caption: **dynamic input**
 
                 "resource-assignment-properties": {
-                "required": true,
-                "type": "dt-resource-assignment-properties"
+                  "required": true,
+                  "type": "dt-resource-assignment-properties"
                 }
+
    * - outputs
      - | Defines the outputs of the execution; there can be as many output as needed.
        | Depending on the Component (see :ref:`node_type` -> Component) of use, some attribute might be retrievable.