1
0
-1

My workflow starts with a split route (auto) or (manual).  Auto goes straight to subflow, as it's started by external application that starts process and semi-populates form with JSON tool. Manual goes straight to activity as it allows user to start a process.

How can I link/'feed' the semi-populated form back to the main process so user can add outstanding fields needed to complete the runProcess in the main workflow?  

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, as long as your forms are configured to use the same database table, it should automatically know how to retrieve the records for the process. If you have some other custom requirements for setting the data then you could try using the Preset Form Data Tool or Form Data Update Tool.

        CommentAdd your comment...