Executing slingPostServlet operation in workflow
Hi There ,
I have a servlet which returns me a json and using sling post servlet from a jsp page I post entire json and new nodes gets created in jcr . Now i have a requirement to execute the same behaviour from a workflow . Is there any way where I can execute , slingPostServlet from a workflow directly by passing json string ? I know thet i can write a process step which would actually parse json string and using JCR API create nodes programatically . Just want to avoid that overhead and use sling post servlet