Difference between revisions of "Activity:ReplicateInstance (Activity)"
(Created page with "{{ActivityInfoBox | title = Replicate instance | name = ReplicateInstance | image = | imagecaption = Activity ReplicateInstance | purpose = Delete an object from the database...") |
|||
Line 33: | Line 33: | ||
==Example== | ==Example== | ||
− | |||
− | |||
− | |||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" |
Revision as of 12:47, 22 October 2015
Replicate instance | |
---|---|
Name | ReplicateInstance |
Purpose | Delete an object from the database |
Category | Replication |
Returns | An instance of ReplicationResult if successful |
Version | 2.5.1+ |
The ReplicateInstance Activity creates a replicate of the given instance based on the given configuration.
Contents
Arguments
Argument | Type | Direction | Purpose |
---|---|---|---|
SourceObject | RelationalObject | In | The object to be replicated |
ReplicationConfiguration | InstanceReplication | In | The replication configuration object |
AutoSave | Boolean | In | If True, the replication result gets saved (bulk save) right after the creation. |
Result | {{ReplicationResult} | Out | The result of the replication if successful, null if failed |
Usage
This activity is used to replicate the given instance based on the given configuration.
Example
Argument | Value |
---|---|
SourceObject | Connect this argument with the instance you want to replicate |
ReplicationConfiguration | Connect this argument with a instance replication configuration |
AutoSave | True |