-
Notifications
You must be signed in to change notification settings - Fork 242
[WIP] Smart Extract - HTIL #8563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
Add smart-extract to enterprise array
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
2 similar comments
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
FOUR-27118: Review process_request_tokens rows to display in TASK page Inbox
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
Task/FOUR-27119: Modify Task Edit to render iframe with smart extract URL after Operator clicks on HITL Manual Task
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
Observation/FOUR-27719: Iframe displays “No iframe source provided for Manual Edit” on non–Smart Extract tasks
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
FOUR-27111 | Implement Backend Logic to Call API → Submit Document for Extraction
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
Task/FOUR-28207: Build iframeSrc in TaskController with fileId and documentToken received from Apply Model response
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
1 similar comment
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
FOUR-28240: Add Documentation for Smart Extract Package
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
1 similar comment
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
…response exceptions
FOUR-28341: Improve Error Handling for Smart Extract Subprocess
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
2 similar comments
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
Fix BPMN schema violation caused by Smart Extract HITL assignment properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is being reviewed by Cursor Bugbot
Details
Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
resources/js/processes/modeler/components/inspector/TaskAssignment.vue
Outdated
Show resolved
Hide resolved
resources/js/processes/modeler/components/inspector/TaskAssignment.vue
Outdated
Show resolved
Hide resolved
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
Remove console.logs; Fix unhandled JSON.parse errors that may crash the component.
Check that the dashboardUrl is not empty before building the URL
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
1 similar comment
|
QA server K8S was successfully deployed https://ci-d6cfac9856.engk8s.processmaker.net |
|





ci:package-smart-extract:revert-32-observation/FOUR-28662
ci:deploy
..
Note
Introduces Smart Extract HITL flow for manual document review and tightens error/UX handling around tasks and scripts.
Manual Document Reviewand, whensmart-extract.hitl_enabled, render a Smart Extract iframe (tasks/partials/hitl-iframe.blade.php) instead of the standard<task>component; passhitlEnabledand computediframeSrcfromTaskController@editTaskresource, backfillprocess_request.case_numberfrom parent when missing; frontend task list tolerates empty case numbersJobs/ErrorHandlingnow extracts concise messages from microservice output (prefersoutput.error/stderr, trims to first line), still throwsScriptTimeoutExceptionon timeouts; adds unit testsassignmentLock/allowReassignmenttofalseand add safe JSON parsing utility inTaskAssignment.vue@stack('scripts')to main layout; register broadcast channels; minor middleware docblock type updatespackage-smart-extractand adjustpackage-signatureversion; new/updated tests for tasks and process assignment logicWritten by Cursor Bugbot for commit 4e016a8. This will update automatically on new commits. Configure here.