Difference between revisions of "Activity:GetProxyInformation (Activity)"
(→Arguments) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | The GetProxyInformation Activity returns various system data of a proxy object. | ||
+ | |||
+ | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Get Proxy Information | | title = Get Proxy Information | ||
Line 9: | Line 12: | ||
| version = 2.1+ | | version = 2.1+ | ||
}} | }} | ||
− | |||
− | ==Arguments== | + | ===Arguments=== |
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
Line 39: | Line 41: | ||
|- align="left" | |- align="left" | ||
| ExternalExportTimeStamp || {{DateTime}}|| Out || Timestamp of external export (Proxy object to external destination); is set once the export status changes to '''Queued for external processing''' | | ExternalExportTimeStamp || {{DateTime}}|| Out || Timestamp of external export (Proxy object to external destination); is set once the export status changes to '''Queued for external processing''' | ||
+ | |- align="left" | ||
| ImportHash || {{Integer}}|| Out || Import hashcode | | ImportHash || {{Integer}}|| Out || Import hashcode | ||
|- align="left" | |- align="left" | ||
| ExportHash || {{Integer}}|| Out || Export hashcode | | ExportHash || {{Integer}}|| Out || Export hashcode | ||
+ | |- align="left" | ||
| ImportDeleted || {{Boolean}}|| Out || True if target object has been deleted on import | | ImportDeleted || {{Boolean}}|| Out || True if target object has been deleted on import | ||
|- align="left" | |- align="left" | ||
Line 49: | Line 53: | ||
|} | |} | ||
− | ==Usage== | + | ===Usage=== |
This activity is used to get different kinds of system data from a proxy object at once. | This activity is used to get different kinds of system data from a proxy object at once. | ||
− | + | <!-- DO NOT REMOVE THIS -->{{Activity/End}}<!-- DO NOT REMOVE THIS --> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
==See also== | ==See also== | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | + | [[Category:Activities|GetProxyInformation (Activity)]] | |
− | [[Category:Activities]] | + | [[Category:Interfacing|GetProxyInformation (Activity)]] |
− | [[Category:Interfacing]] | + |
Latest revision as of 09:57, 4 November 2015
The GetProxyInformation Activity returns various system data of a proxy object.