Passing Data From A Child Request Back To The Parent

In order to pass data from a Child Request back to the Parent, use the following configurations:

**** Process | Configuration
h1: “h1 goes here” noTitleSuffix: true section: developers order: 1 sidenav_label: SideNav Label —|—
Parent | Launch Request Task Configuration:

  • Task Completes when child process is completed

  • Child request must complete for parent request to be completed

Form That Needs To Receive Child Process Data:

  • Set Prefills (1st Priority) to the Parent Launch task

  • (Second Priority) Latest Matching Field Value – Needed if fields are in Parent but not passed back from Child. Represented in example.

Child | First Form in Child Process:

  • Set Prefills (1st Priority) to Parent Process Data.

  • Client ID’s need to match on the Child form to the Parent process form task.

Below, are examples of a Parent and Child process that pass data.

Example Parent Process

Example Child Process