Skip to content

Example: Bulk Approvals

Nolan Ehrstrom edited this page Feb 5, 2020 · 14 revisions
  1. Install package-data-sources
  2. Generate token for admin user
  3. Create new data source. Set auth to bearer token and set the token
  4. Add new list endpoint GET: http://pm.local.processmaker.com/api/1.0/tasks?&include=data&pmql=(request%20%3D%20%22Application%22)%20AND%20(task%20%3D%20%22Approval%22)%20AND%20(status%20%3D%20%22In%20Progress%22)
  5. Import processes. Leave all assignments to defaults
  6. Edit 'Bulk Approval' process.
  7. Add a data source connector between 'start event' and 'bulk approve form'
  8. Set the data source
  9. For Form Data, set a key 'tasks' with a value 'data

Clone this wiki locally