diff options
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.
|