CURL Command to disable / enable workflow launchers | Community
Skip to main content
Level 4
December 7, 2015
Solved

CURL Command to disable / enable workflow launchers

  • December 7, 2015
  • 2 replies
  • 1557 views

Is there curl commands to disable / enabled the workflow launchers?

Thank you in advance.

-Dean

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Hi Dean, 

See the How to use cURL for any functionality in AEM section in URL http://hashimkhan.in/2015/05/27/aem-with-curl/

Its shows how you can create your own curl command for anything, similarly you can analyze the request flow when you enable and disable launcher and use it

2 replies

edubey
edubeyAccepted solution
Level 10
December 8, 2015

Hi Dean, 

See the How to use cURL for any functionality in AEM section in URL http://hashimkhan.in/2015/05/27/aem-with-curl/

Its shows how you can create your own curl command for anything, similarly you can analyze the request flow when you enable and disable launcher and use it

kautuk_sahni
Community Manager
Community Manager
December 8, 2015

Hi 

Adding to same lines as Praveen stated, please find below the steps:-

How to find cURL command for any AEM Operation?

Follow below steps to know any AEM cURL command :- 
1.Use FireFox –> Press F12 and open FireBug console. 
2.Click on “NET” tab in FireBug and enable it by clicking “Enable”. 
3.Perform any AEM operation on webpage. 
4.Click “invoke”. 
5.In FireBug console , you will see the full request URL when you take mouse on top of your request url under POST tab . Copy full path along with parameters from “POST” tab under it. 
6.You got your URL that you can append at the end of cURL command and access the same resource using cURL. Above process is very much useful for testers to automate AEM operations. Lets have a look at AEM cURL commands.

 

I hope this would help you.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni