Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 467 Bytes

File metadata and controls

18 lines (13 loc) · 467 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let userProcessingResults = await client.api('/identityGovernance/lifecycleWorkflows/workflows/156ce798-1eb6-4e0a-8515-e79f54d04390/userProcessingResults')
	.version('beta')
	.select('id,failedTasksCount,processingStatus,totalTasksCount,totalUnprocessedTasksCount,workflowExecutionType,subject')
	.get();