Difference between revisions of "Activity:GetProxyInformation (Activity)"
(→Arguments) |
|||
| Line 57: | Line 57: | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
| − | |||
| − | |||
[[Category:Interfacing]] | [[Category:Interfacing]] | ||
| + | [[Category:Activities]] | ||
Revision as of 17:31, 2 February 2015
| Get Proxy Information | |
|---|---|
| Name | GetProxyInformation |
| Purpose | Get system data of proxy object |
| Category | Data Exchange |
| Returns | Various information |
| Version | 2.1+ |
The GetProxyInformation Activity returns various system data of a proxy object.
Arguments
| Argument | Type | Direction | Purpose |
|---|---|---|---|
| ProxyObject | Proxy | In | The proxy object |
| Target | BaseClass | Out | Target object |
| ImportStatus | ProxyImportStatus | Out | Current import state |
| ExportStatus | ProxyExportStatus | Out | Current export state |
| ImportTargetVersion | Integer | Out | Version of target object on import |
| ExportTargetVersion | Integer | Out | Version of target object on export |
| ImportVersion | Integer | Out | Version of proxy object on import |
| ExportVersion | Integer | Out | Version of proxy object on export |
| ImportTimeStamp | Date/Time | Out | Timestamp of import (Proxy to target object) |
| ExportTimeStamp | Date/Time | Out | Timestamp of export (Target to Proxy object) |
| ExternalImportTimeStamp | Date/Time | Out | Timestamp of external import (external source to Proxy object) |
| ExternalExportTimeStamp | Date/Time | Out | Timestamp of external export (Proxy object to external destination); is set once the export status changes to Queued for external processing |
| ImportHash | Integer | Out | Import hashcode |
| ExportHash | Integer | Out | Export hashcode |
| ImportDeleted | Boolean | Out | True if target object has been deleted on import |
| ExportDeleted | Boolean | Out | True if target object has been deleted before export |
| Result | Boolean | Out | True if data has been loaded |
Usage
This activity is used to get different kinds of system data from a proxy object at once.
