Bug 980530

Summary: Bpm5Processor does not support processes containing sub-processes
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Martin Weiler <mweiler>
Component: JBPM - within SOAAssignee: tcunning
Status: VERIFIED --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.3.1CC: nwallace, rwagner, soa-p-jira, tcunning
Target Milestone: GA   
Target Release: CONTINUING   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 986007    

Description Martin Weiler 2013-07-02 15:54:55 UTC
Description of problem:
Bpm5Processor (or rather AbstractBpm5Action) adds the configured process definitions to the knowledgebase:

kbuilder.add(ResourceFactory.newClassPathResource(processDefName), ResourceType.BPMN2);

But there is no support for processes which are calling sub-processes. The class should be extended to read a list of process definition names from the configuration, and add them all to the kbase, so that process->sub-process invocation is possible from Bpm5Processor.