Description
Use this task to query the status of a QuoVadis domain request in the Certificate Authority and update the state of the request core-object in Identity Manager accordingly. This task requires a QuoVadis domain request core-object to be loaded into the process map before execution.
Note |
---|
The QuoVadis API does not allow any other kind of interaction with a created domain request besides querying its status. For example, to cancel a request is not supported. |
PrerequisitesThe prerequisites of the Cert QuoVadis PKI: Create domain request task above also apply here.
ConfigurationTo use this task, configure the following delegate expression in your service task: Code Block |
---|
| ${quoVadisUpdateDomainRequestStatusParametrizedTask}
|
The following parameters can be configured in Identity Manager Admin: Parameter | Mandatory | Value | Description |
---|
quoVadisConnection | | Example value: | QuoVadis connection name. | organisation | | Example value: | QuoVadis organisation name. | requestDataPool | | Example value: | Data-pool for QuoVadis domain requests. | errorMsgField | | ErrorMsg | The name of the field in which to save the error message for errors that happen during CA request or when saving of the core-object. If no such error happened, then this field is not set. | errorCodeField | | ErrorCode | The name of the field in which to save the error code for errors that happen during CA request or when saving of the core-object. This can be either of the following:
- caRequestFailed
→ could not query the domain request status at the CA - saveFailed
→ querying the request status was successful, but could not update the state of the request core-object
If no such error happened, then this field is not set. |
|