diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-10-07 13:00:24 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-10-07 13:00:24 -0400 |
commit | cef859c192e84d61f2e98afc6f208772c1ac4699 (patch) | |
tree | f8437ed8ffaf23acbb52342c2e6f6bc9080e9d0d /docs/modelingconcepts/workflow.rst | |
parent | 6c0a2e9e991bf94b3ed97516ac2d6614f87f66f2 (diff) |
Updating doc references
Issue-ID: CCSDK-2846
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ia32c855dc48549a50933849a260e3d4d86b98adf
Diffstat (limited to 'docs/modelingconcepts/workflow.rst')
-rw-r--r-- | docs/modelingconcepts/workflow.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modelingconcepts/workflow.rst b/docs/modelingconcepts/workflow.rst index 9b9bd5220..f76fdea96 100644 --- a/docs/modelingconcepts/workflow.rst +++ b/docs/modelingconcepts/workflow.rst @@ -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. |