DescriptionUse this task to remove existing relations between objects. The direction of the relation is not relevant, meaning that source and destination may be exchanged.For example, if an removal applies for all relations between one specific object and either: - a single second object or
- all other objects belonging to the same template.
Furthermore it is independently possible to restrict the removal to relations of a specific type. Example: An employee started working with a replacement card while receiving his employee-card, the . Later he or she receives an employee card. The connection to the re-usable replacement card will can then be removed. ConfigurationTo use this task, configure the following delegate expression in your service task: Code Block |
---|
${dropRelationsParametrizedTask} |
The following parameters can be configured in PRIME Designer: Parameter | Mandatory | Value | Description |
---|
dataPoolName | |
| Data pool name of the source object whose relation shall be removed. | secondDataPoolName | - |
| Data pool name of the second single object. | coreTemplateName | - |
| Name of a template. Relations to all objects belonging to this template are removed. | objectType | Image Removed | Core template name of the destination whose relation shall be removed | |
| Deprecated. This parameter has the same meaning as coreTemplateName and is only provided for downgrade compatibility. | relationType | - |
| When configured, only relations of the specified type are removed. |
Note |
---|
Either secondDataPoolName or coreTemplateName must be provided but not both of them. |
|