🎯 Summary
The source branch adds a new cancelation reason for the unattended process
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚙ ️ Configuration
Workspace branch: [develop] and [MOBBSCAN-5418] for unattended and SDK project
Related MRs:
🔬 Tests
Test an unattended process with the license jandresborrallo and check how the video is cancelled. In the class *MSUnattendedAgentRestAPI check how the method cancelVideo is invoked with the new cancelation reason.
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)