Effective data transfer between parent and child requests
In order to pass data from a Child Request back to the Parent, use the following configurations:
**** Process | Configuration |
---|---|
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.