Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

AfterCreate

Available from version

9.1

Workflow Type Name (Id)

AfterCreate, 20

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

QualityOfRegistrationResultAfterCreateWorkflowInput

 

  • No labels