paramsToInherit
map should hold the needed values on one the following keys, depending on the desired outcome:
paramsToCopy
- this is used to pick only a subset of parameters to be inherited from the parent process; it holds the list of key names that will be inherited from the parent parameterswithoutParams
- this is used in case we need to remove some parameter values from the parent process before inheriting them; it holds the list of key names that will be removed from the parent parameters If none of these keys have values, all the parameter values from the parent process will be inherited by the new process.
Need help finding these IDs? See the Finding Identifiers and Parameters guide for detailed instructions on where to locate process instance UUIDs and other identifiers in FlowX Designer.
The UUID of the related process instance from which values will be inherited.
The name of the process definition to be started.
A map containing information about which values to copy from the related process instance.