I added a task in drools guvnor workflow and added some custom data input parameters mapping.
Is there a way to clone the task to create multiple copy of the task with custom data input parameters mapping?
For example:
Start-->URL1TestTask (url,user,pass attributes)--->URL2TestTask(url,user,pass attributes)-->End
Is there a way to clone URL1TestTask to create URL2TestTask with all data input attributes mapping as URL1TestTask?