HI Experts,
I am working in CE 7.1 SP3
I created one GP process with below details
Process
-- Block1
--Action_1
-- PA_Input (Webdynpro Form)
--Action_2
-- TL_Input (Webdynpro Form)
In PA_Input - outputStructure - UserName, Here i will pass multiple user name to that outputStructure.(Table content)
In TL_Input - InputParameter - UserName, Here i will get One user name from above level.
Block1 Roles-> Action_2-> i mapped with UserName input Parameter.
Process Roles-> Action_1-> i mapped as runtime defined.
Remainig three roles like overseer , administrator, Owner - Initiator.
I am trying to start the process from webdynpro application using below code
IGPProcessRoleInstanceList roles = rtm.createProcessRoleInstanceList();
int rolenum = process.getRoleInfoCount();