cancel
Showing results for 
Search instead for 
Did you mean: 

Display of instance that is started using Activiti API

riddhishah1604
Champ in-the-making
Champ in-the-making
Hi,

Using below code in a REST service, I am instantiating a workflow process.
processEngine.getRuntimeService().startProcessInstanceByKey(PROCESS_ID,reg_id,processVariableMap);

I can identify that instance is created through Database, but i am unable to see it under "My Instances" tab of admin account.

My question: how shall i pass the user details while starting workflow so that i can view the instance created under "My Instances" tab.
1 REPLY 1

mitziuro
Champ in-the-making
Champ in-the-making