Difference between revisions of "Activity:ReplicateInstance (Activity)"
(4 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
| image = | | image = | ||
| imagecaption = Activity ReplicateInstance | | imagecaption = Activity ReplicateInstance | ||
− | | purpose = | + | | purpose = Create a replicate of an object |
| category = Replication | | category = Replication | ||
| returns = An instance of ReplicationResult if successful | | returns = An instance of ReplicationResult if successful | ||
Line 31: | Line 31: | ||
This activity is used to replicate the given instance based on the given configuration. | This activity is used to replicate the given instance based on the given configuration. | ||
+ | = Example = | ||
− | + | This example creates a replicate of the source object based on the replication configuration and saves the results in the database. | |
− | + | ||
{| class="wikitable" | width = "50%" | {| class="wikitable" | width = "50%" | ||
Line 44: | Line 44: | ||
|- align="left" | |- align="left" | ||
| AutoSave || <source lang = "vbnet">True</source> | | AutoSave || <source lang = "vbnet">True</source> | ||
+ | |- align="left" | ||
+ | | Result || Connect this argument with a variable for further processing of the result information | ||
|} | |} | ||
+ | |||
+ | <headertabs /> | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
+ | |||
+ | [[Category:Activities|ReplicateInstance (Activity)]] |