Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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:

  1. 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 *

Image Modified

  • Please be careful on security concern if you are setting API Domain Whitelist and API IP Whitelist as * in production environment


Thai

ปัญหาที่พบบ่อย:

  1. เมื่อจะเรียก API ครั้งแรกหรือทดสอบพัฒนาในเครื่องตนเอง (localhost) ควรตรวจสอบดู settings ว่ามีการตั้งค่า API Domain Whitelist และ API IP Whitelist ที่เหมาะสมไว้แล้วหรือไม่ หากต้องการทดสอบโดยให้รับการเรียกจากทุกๆ Domain, IP Address สามารถใส่ * ได้ 

Image Modified

*ข้อควรระวังว่าอาจทำให้เกิดความไม่ปลอดภัยหากใช้ setting นี้เป็น * ใน production environment

...