It is a type of action that allows you to send data from a subprocess to a parent process.
PT30S
){"age": 17}
, that needs to be available in the parent process, on the application.client.age
key, you will need to set this field (Destination in the parent state) with application.client
, which will be the key to append to in the parent process.${parentProcessInstanceId}
variable, if you defined it when you started the subprocess{"client": ${data.client.age}}
to copy the age of the client (the param value we want to copy)application
to append the data o to the application key on the parent process${parentProcessInstanceId}
to copy the data on the parent of this subprocess