Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3b5fd4a

Browse files
committed
add helpers to disable/enable workflows.
1 parent23c5464 commit3b5fd4a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

‎curl_cheatsheet.md‎

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,5 +599,19 @@ curl -u admin:admin http://192.168.27.2:4502/system/console/jmx | grep -o "&quot
599599
Start workflow
600600

601601
```bash
602-
curl -u admin:admin -H User-Agent:curl -F"payload=/content/aemdesign-showcase/en/component/lists/page-list" -F"payloadType=JCR_PATH" -F"workflowTitle=CurlTitle" -F"startComment=CurlComment" -F"model=/var/workflow/models/test1" http://192.168.27.2:4502/etc/workflow/instances
602+
curl -u admin:admin -H User-Agent:curl -F"payload=/content/aemdesign-showcase/en/component/lists/page-list" -F"payloadType=JCR_PATH" -F"workflowTitle=CurlTitle" -F"startComment=CurlComment" -F"model=/var/workflow/models/test1" http://192.168.27.2:4502/etc/workflow/instances
603+
```
604+
605+
##Workflow Launchers
606+
607+
###Disable Workflow Launchers
608+
609+
```bash
610+
curl -u admin:admin -H User-Agent:curl -F"action=stop" http://localhost:4502/system/console/bundles/com.adobe.granite.workflow.core
611+
```
612+
613+
####Enable Workflow Launchers
614+
615+
```bash
616+
curl -u admin:admin -H User-Agent:curl -F"action=start" http://localhost:4502/system/console/bundles/com.adobe.granite.workflow.core
603617
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp