Skip to main content
POST
{ENGINE_URL}
/
api
/
process
/
{PROCESS_DEFINITION_NAME}
/
start
/
inheritFrom
/
{RELATED_PROCESS_INSTANCE_UUID}
The 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 parameters
  • withoutParams - 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.
PROCESS_DEFINITION_NAME
string
required
The name of the process definition to be started.
paramsToInherit
string
required
A map containing information about which values to copy from the related process instance.
⌘I