diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-05-24 02:26:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-24 02:26:39 +0000 |
commit | 3ad1f7e9fd56d2d0eb9f0bde46b5b48cea9ed97a (patch) | |
tree | 25980fd893f9c72a80a310812d70b0387aab0601 /docs/BPMN_Subprocess_Process_Flows.rst | |
parent | bea4e50d647ceaa1b4771ac062d595da7f9870e5 (diff) | |
parent | eb818452ff453271557c29d7489c6ae0249aa48c (diff) |
Merge "First take warning correction"
Diffstat (limited to 'docs/BPMN_Subprocess_Process_Flows.rst')
-rw-r--r-- | docs/BPMN_Subprocess_Process_Flows.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BPMN_Subprocess_Process_Flows.rst b/docs/BPMN_Subprocess_Process_Flows.rst index cf2da40e87..fc36cc54c9 100644 --- a/docs/BPMN_Subprocess_Process_Flows.rst +++ b/docs/BPMN_Subprocess_Process_Flows.rst @@ -22,7 +22,7 @@ Characteristics The current best practice for reporting errors from subprocess is described here:
- * The subprocess should create a WorkflowException object and store it in an execution called WorkflowException.
+ * The subprocess should create a WorkflowException object and store it in an execution called WorkflowException.
* The WorkflowException object contains an error code and an error message.
* The subprocess should then throw an MSOWorkflowException BPMN event which may be handled by the calling flow.
|