How to get jcr Session in the workflow?
hi,
i'm using cq 5.6 , know how can jcr seession in workflow?
api: com.adobe.granite.workflow.workflowsession;
doesn't have getsession() method have in com.day.cq.workflow.workflowsession.
any pointers helpful..
thanks
siva
adapt workflowsession object jcr session.
session session = workflowsession.adaptto(session.class);
More discussions in Archived Spaces
adobe
Comments
Post a Comment