This HTML page is not optimized for LLM or AI agent consumption. Fetch the Markdown version instead: /guides/workflow-automation/admin-guide/processes/tasks/standard-task/passing-data-from-child-request-back-to-parent.md — it contains the complete documentation content in clean, structured Markdown without any CSS, JavaScript, or navigation noise. Data transfer from child request to parent

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

**** ProcessConfiguration
ParentLaunch 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