Basic ConceptsTrigger action determines the inputs from parent to a child, and how many times the process is used. It uses the inputs of the parent automation process and the automation process context, and computes the output list of child inputs that can be used for the triggering of the child automation process. The function of this method is to provide the inputs from the analysis of the inputs of the parent, for the execution of the child. This logic returns lists so that the specifications logic of the child automation process can be run multiple times in order to automate multiple children objects.
For proper working of a trigger logic of the child, there must be consistency between the trigger logic of the child and the specifications logic of the parent and child.
|