🎯 Summary
Implement new API method to cancel unattended process to avoid saving video when user cancels the process.
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚙ ️ Configuration
Workspace branch: [branch_name]
Related MRs:
⚗ ️ Solution
Describe the why and the how of the change if needed.
-
🔗 JIRA: MOBBSCAN-4204
🔬 Tests
Try to cancel some unattended processes (any type) and check out that video is not stored in to the agent portal. Use simple-swift workspace branch to test this. You must complete at least a document scan in order to see the process entry listed in the agent portal.
🧐 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)