Skipping 'Submit' of runProcess form when Auto-populated by external system
Confluence User - 07 May, 2018
I have an app containing 3 processes.
- Main Process
- Auto Process feeding Main and Last process
- Last Process - Sub-flow started at end of Main process
Auto: Starts by JSON API and pre-populates form and workflow variable values for 2 tables (main and last process).
In the auto process, I'm building up the form (setting form and workflow variable values from JSON) linked to runProcess of main process.
When formal parameters are passed from auto to main process, I'd like to skip form 'submit' action as it already has all required fields populated. (I cannot disassociate this form from runProcess as it's needed for a manual route in main process as well).
forms;subflow;json