Quality of Registration Check Result Workflows
Introducation
The Quality of Registration workflows are executed when a user has been validated with a verification method.
AfterCreate
Available from version | 9.1 |
Workflow Type Name (Id) | AfterCreate, 16 |
Configured on | QualityOfRegistrationCheckResult |
Description | After QoR check is successfully finished - there is a workflow allowing to load check details (for example Fidentity files) |
Data structure | "Data": {
"CoreIdentityId": uint,
"CheckId": uint,
"Details": string //text holding additional information. Serialized to JSON.
}
where Details for FIdentity check {
"Type": "FIdentity",
"ExtId": string
} |
Example | "Data": {
"CoreIdentityId": 13,
"CheckId": 1,
"Details": "JSON here"
} |
C# class name |
|
Â
© ITSENSE AG. Alle Rechte vorbehalten. ITSENSE und CoreOne sind eingetragene Marken der ITSENSE AG.