Bug 570871

Summary: Add threading support for workflow execution
Product: [Automotive] App4mc Reporter: Mahmoud Bazzal <mahmood1994ha>
Component: CloudAssignee: Project Inbox <app4mc-inbox>
Status: UNCONFIRMED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: dirk.fauth, mahmood1994ha
Version: 1.0.0Keywords: performance
Target Milestone: ---   
Hardware: PC   
OS: Linux   
See Also: https://git.eclipse.org/r/c/app4mc/org.eclipse.app4mc.cloud/+/175454
https://git.eclipse.org/c/app4mc/org.eclipse.app4mc.cloud.git/commit/?id=f55e77a52bc978f88bf2e01647792f24cc436f26
Whiteboard:

Description Mahmoud Bazzal CLA 2021-02-03 05:25:39 EST
The APP4MC cloud manager execution of workflow could be multi-threaded to reduce the time required to finish the execution of the entire workflow. 

This will be achieved by spawning a new thread to execute every new branch found in the workflow tree. This feature will use the Java ForkJoin framework.