Pipelet GetReplicationStatus
Pipelet GetReplicationStatus
Deprecated. Do not use this pipelet. Replication tasks should be managed through the Business Manager.
This pipelet retrieves the status of a replication process identified by its unique process id. It returns a status object containing detailed information. This pipelet can only be used on replication source systems (i.e. the 'Staging' instance). The status object will be in state ERROR if no process could be found for the given id. Otherwise it will be in state OK and the code will be one of
  • WAITING
  • CANCELED
  • RUNNING
  • COMPLETED
  • FAILED
Deprecated:
Deprecated. Do not use this pipelet. Replication tasks should be managed through the Business Manager.
Group:
Replication (deprecated)
Input Parameters
ReplicationProcessID  :  String (Required)
The id of the replication process which status is queried.
Output Parameters
Status  :  Status  :  (Optional)
The status object containing detailed information about the replication porocess.