Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

CURL Command to disable / enable workflow launchers

Avatar

Level 5

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

Thank you in advance.

-Dean

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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

Avatar

Administrator

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