Sync Multiple Nodes
ID: syncMultipleNodes
Syncs a node to a target location. If the node does not exist in the target location, it is created. If it is already created, it is updated. If the node was deleted or we are explicitly told to sync a delete operation, the node will be deleted at the target location.
Configuration
Property | Type | Required | Default | Description |
---|---|---|---|---|
|
|
The ID of the repository of the source node. | ||
|
|
The ID of the branch of the source node. | ||
|
|
An array of Node IDs to serve as the source. | ||
|
|
The ID of the repository of the target parent node. | ||
|
|
The ID of the branch of the target parent node. | ||
|
|
The ID of the target parent node. | ||
|
|
Whether to force deletion at the target. | ||
|
|
Whether to include optional associations along with the sync of nodes. |