If you have multiple processes in a single composite and you want to split each process into single composite then follow the below steps
Split the processes into multiple composites to
enable modularity and developer productivity.
Reducing developer job in recreation of process
again.
Cloning the BPM project.
a.
Take the project which has multiple
process
Export the current project to a file.
An .exp
file will be created.
Creating
multiple projects out of the .exp file by selecting Fileà Import
Select
import BPM project
Select
.exp file which was generated earlier
Give the
process name as a project name.
New
project will be created and will have all the process of the one exported
earlier
Delete
the process which is not required
Expose
the process as a web service.
Define
arguments and click on OK.
A Web service interface would be created.
Repeat the same procedure to create another project for
process 2.
Delete the process which is not required and enable the
process to be invoked through web service.
After separating out the processes into different composites
deploy the different projects into the server. Then you can invoke this
individual process through web service call. This way modularity is achieved
and every developer can work on individual process.
No comments:
Post a Comment