...
- 1 is version of process you want to refer to as this case it's newpkg1_wp1
- newpkg1_wp1 is process id
If you not sure which package and process you have, you can use api the to check what is your latest package, version, process you have in hand by http://localhost:8080/jw/web/json/workflow/process/list
...
Start a Process
Thai |
---|
เริ่มกระบวนการ |
English |
---|
By using JSON API /json/workflow/process/start/(*:processDefId) |
Thai |
---|
โดยใช้ JSON API /json/workflow/process/start/(*:processDefId) |
...
Code Block |
---|
{"id":"2117_CRM_newpkg1_wp1","status":"aborted"} |
Frequency problems:
- When first calling API or experiment in developer environment (localhost), you should check settings that already config appropriate API Domain Whitelist and API IP Whitelist. If you want to experiment by accept calling from any domain, ip address then you can input it as *
- Please be careful on security concern if you are setting API Domain Whitelist and API IP Whitelist as * in production environment
Thai |
---|
ปัญหาที่พบบ่อย:
*ข้อควรระวังว่าอาจทำให้เกิดความไม่ปลอดภัยหากใช้ setting นี้เป็น * ใน production environment |
...