The ReleaseHold
action releases a document that was placed on hold by the Hold action.
Type: asynchronous
Parameter | Description | Required |
---|---|---|
ConnectorGroup
|
The name of the connector group to send the request to. This must match the name you specified when you configured the ConnectorGroupRouter processor in your dataflow. |
Yes |
Documents
|
A comma-separated list of identifiers to specify the documents to release. | Yes |
http://host:10000/action=ReleaseHold &ConnectorGroup=Documentum &Documents=...
This is an asynchronous action, so you receive a token in response to the request. You can use the QueueInfo action to see the result of the action.
|