Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Testing the PHP sdk

  1. Import php_sdk_process.processmaker
  2. Import user_form_process.processmaker
  3. Create a new user with no permissions (in addition to the admin user)
  4. Edit both scripts that got created in the import and set the Run As user to the admin user
  5. Create a new request "PHP SDK Test"
  6. Verify the logged in user (admin) gets a task to "Pick color"
  7. Complete the task
  8. In a new incognito window, log in as the other user
  9. Verify the user also got the task assigned to them.
  10. Complete the task.
  11. Back as the admin user, verity that the process gets completed 5 minutes after it originally started.

Note: The 5 minute timer is manually set in the bpm file since the UI doesn't have that option

Testing the LUA sdk

  1. Import lua_sdk_process.processmaker
  2. The script that got created in the import and set the Run As user to the admin user
  3. Create a new request "Test LUA SDK"
  4. The request should complete automatically in a few seconds
  5. View the completed requests and verify the data has an email array containing all the users' email addresses
  6. Add additional users and start the request again to verity the data gets populated with more items