Yes. I'm using the same text ("myHandler") in the subprocess WorkItemNode (s).
Here's how I define the WorkItemNode in my subprocess,
|
|
| .workItemNode(6) |
|
|
|
|
| .workName("myHandler") |
|
|
|
| .workParameter(LcmConstants.LCM_SELECTOR, LockCommands.acquireLocksIfNeeded) |
|
|
|
| .inMapping("arg0", "workingSet") |
|
|
| .done() |
|
Thanks,
Connie