Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 505 Bytes

File metadata and controls

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

const client = Client.init(options);

let taskProcessingResults = await client.api('/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/runs/e65e08a0-d68d-41dc-915b-8c4019af5cc2/userProcessingResults/40efc576-840f-47d0-ab95-5abca800f8a2/taskProcessingResults')
	.version('beta')
	.select('id,failureReason,processingStatus,subject,task')
	.get();