Move Node
ID: moveNode
Moves a source association into a new location in the content graph. The association is unlinked from its source node and linked to the target parent node. The association type and properties are preserved.
Configuration
Property | Type | Required | Default | Description |
---|---|---|---|---|
repositoryId | text | true | The ID of the repository of the source association. | |
branchId | text | true | The ID of the branch of the source association. | |
nodeId | text | true | The ID of the source association. | |
targetRepositoryId | text | true | The ID of the repository of the target parent node. | |
targetBranchId | text | true | The ID of the branch of the target parent node. | |
targetNodeId | text | true | The ID of the target parent node. |