Changes
The RegisterObjectForExport Activity creates a new [[Proxy|proxy instance]] of a specified UBIK content object (target) and sets the export state to '''Queued for Export'''.
=Description=
{{ActivityInfoBox
| title = Register Object for Export
| version = 2.1+
}}
===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
|}
===Usage===
This activity creates a new proxy instance (of the given MetaProxy) for the specified target object. If created successfully, the [[Proxy#Export_states|export state]] is set to '''Queued for export'''.
{{Attention|This activity does not automatically save changes. If you want to persist the newly created proxy instance, you need i.e. a subsequent [[Activity:SaveObject_(Activity)|SaveObject activity]]!}}
Register an UBIK object for interface:
{| class="wikitable" | width = "50%"
| Proxy || Connect this argument with a variable for a Proxy (out)
|}
<!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS -->
==See also==
* [[Workflow Designer]]
* [[Activity:SaveObject (Activity)]]