Work Flow is not sumiting from backend !
Hi All,
I would like to start workflow process from backend. but its not started when i check from front end(applications).
here is the code have look and please correct me if i did anything wrong.
begin
WF_ENGINE.CreateProcess ( itemtype => 'HRSSA'
,itemkey => '00001'
,process => 'Techm Sample1'
,user_key => NULL
,owner_role => NULL );
WF_ENGINE.StartProcess ( itemtype => 'HRSSA'
,itemkey => '00001');
end;