Versions Compared

Key

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

...

Assume that the process definition id is CRM#1#newpkg1_wp1, the username & password is admin, and the base URL of http://localhost:8080/jw/.

Start a Process

By using JSON API /json/workflow/process/start/(*:processDefId)

Sample Call:

Code Block
/web/json/workflow/process/start/CRM:1:newpkg1_wp1?j_username=admin&j_password=admin

...