Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 399 Bytes

File metadata and controls

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

const client = Client.init(options);

let workflow = await client.api('/identityGovernance/lifecycleWorkflows/deletedItems/workflows/952b23c5-cc25-48c9-8848-95da4dd9dc6d')
	.version('beta')
	.select('id,category,displayName,description,version,executionConditions')
	.get();