Dynamic Delete Activity - Input Tab

The Input tab contains a root node, which includes the following nodes.

Input Item Data Type Description
relationship Complex Provide the values as strings in the following items:
  • name (string): name of the relationship
  • inputParticipant (complex): name and field

    The field is a complex structure (repeating), which includes only key fields. It is either a name or an index, depending on the value selected for Criteria.

  • deletionParticipant (complex): name and field

    The field is a complex structure (repeating), which includes only key fields. It is either a name or an index, depending on the value selected for Criteria.

    • This entry could be empty, which means that the whole relationship instance is deleted.
    • If only the deletionParticipant name is specified, it means that only the entries belonging to the given participant are deleted.
    • If all of the deletionParticipant entry is specified, it means that only the specified participant is unlinked.
    • If the entered participant’s cardinality is one and only one, it deletes the whole relationship instance; otherwise it will only delete that one side participant instance.
Note:
  • This item is displayed only when Relationship is selected from the Input Format field in the General tab.
  • When the relationship type is Association, the value of inputParticipant and deletionParticipant can not be the same.
entity Complex Provide the values as strings in the following items:
  • name (string): name of the entity
  • field (complex): contains only key fields
    • index (integer)
    • name (string)
    • value (string)
Note: This item is displayed only when Entity is selected from the Input Format field in the General tab.