There is no "print PDF" and reviewer/approver action(for approve or reject) #1403
-
Why is there no reviewer/approver action(for approve or reject) after submitting a form from a client account to a reviewer/approver account?(I open submitted the form via a reviewer/approver account)...Is there anything I need to set up when designing the form/workflow? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
ansulalu-aot
Apr 26, 2023
Replies: 1 comment 4 replies
-
Hi @tobyWKW , can you please refer to this answer #237 (comment) if Review Section not showing in the form. In the workflow, the reviewer task should be assigned to the corresponding reviewer group. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tobyWKW , let me explain you with a workflow.
When a new form is submitted the start event of the workflow will be invoked.
Provide below listeners and script to the sequence flow to execute the business logic :
BPMFormDataPipelineListener - https://github.com/AOT-Technologies/forms-flow-ai/blob/master/forms-flow-bpm/starter-examples/listeners/bpmformdatapipeline-readme.md
ApplicationStateListener- https://github.com/AOT-Technologies/forms-flow-ai/blob/master/forms-flow-bpm/starter-examples/listeners/applicationstate-readme.md
FormBPMFilteredDataPipelineListener - https://github.com/AOT-Technologies/forms-flow-ai/blob/master/forms-flow-bpm/starter-examples/listeners/formbpmfilt…