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

3


08 May, 2018
confluenceUser
confluenceUser

Hi, I am unsure how you are pre-populating the form but perhaps you can use the JSON API#FormDataAPI instead of using a form. 

08 May, 2018
confluenceUser
confluenceUser

Hi Anders,

Apologies, in the Auto process I'm populating all required fields in both runProcess forms via JSON Tool.  Works well to build the form.  Only issue is that once workflow variables reach main process which they do, I cannot skip having to manually still submit the form in order to progress to the next activity.   

09 May, 2018
confluenceUser
confluenceUser

Alternatively is there a way I can simulate the submit button activity/status on the prepared form in order for it to progress to next activity in the main workflow?

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print