For this component | The Process Engine |
Top-level Process | Performs a correlation based on a field or service, but because the process instance is not running, the document cannot be correlated. The Process Engine rejects the document and generates an exception that causes the trigger to determine what to do with the document. |
BPMN Subprocess | Performs a correlation based on a field or service (assuming the parent process is running). If the BPMN subprocess instance is not running, the Process Engine rejects the document and generates an exception that causes the trigger to determine what to do with the document. |
webMethods Subprocess | Performs a correlation based on a field or service (assuming the parent process is running). If the webMethods subprocess instance is not running, the document is correlated and delivered to the subprocess when the subprocess starts running. |