- Import php_sdk_process.processmaker
- Import user_form_process.processmaker
- Create a new user with no permissions (in addition to the admin user)
- Edit both scripts that got created in the import and set the Run As user to the admin user
- Create a new request "PHP SDK Test"
- Verify the logged in user (admin) gets a task to "Pick color"
- Complete the task
- In a new incognito window, log in as the other user
- Verify the user also got the task assigned to them.
- Complete the task.
- 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
- Import lua_sdk_process.processmaker
- The script that got created in the import and set the Run As user to the admin user
- Create a new request "Test LUA SDK"
- The request should complete automatically in a few seconds
- View the completed requests and verify the data has an email array containing all the users' email addresses
- Add additional users and start the request again to verity the data gets populated with more items