How to pass parameters to standard Agent activity .
Batch activity which runs in advance mode should able to pass the parameters to an activity which gets run by standard agent.
Current design:
>> Opening the work object by advance agent on tempworkpage.
>> populating the required parameters on tempworkpage.
>> saving the workpage before queueing it for agent.
Now,the problem comes with locking,as when object is being opened in portal then advance agent is failed to queue it for standard agent.
I’m planning to open the object in standard agent activity and place mechanism for requeue to handle the locking issue.
How do we pass the work object key to standard agent without saving the page before queue-for-agent.