Workflow - Usage Examples
Launch QoreID services with Workflow
To launch a workflow, you'll need a workflowId & workflow clientId. You can create a workflow, go to your QoreID dashboard.
let param = QoreIDParam()
.clientId(clientId: clientid)
.customerReference(customerref)
.workFlow(flowid)
.build()
QoreIdSdk.shared.launch(param: param, vc: self) { [weak self] result in
}
If you have Verifind as part of your workflow. Please See Verifind Permissions to include in your Manifest.
See VeriFindfor more
Updated about 1 year ago