diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-05-23 16:06:56 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2018-05-23 16:25:27 +0530 |
commit | eb818452ff453271557c29d7489c6ae0249aa48c (patch) | |
tree | ebf97706f916b5ff85ba9ba1be68a9242fb91bd7 /docs/BPMN_Subprocess_Process_Flows.rst | |
parent | 7c5a932e1f3ded5da1277287491af6c85f31f6b7 (diff) |
First take warning correction
Issue-ID: SO-635
Change-Id: I3c5051db8b8361df1cc1a5f555b32ce8578ed8b2
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
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.
|