Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 375 Bytes

File metadata and controls

19 lines (14 loc) · 375 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let workflows = await client.api('/identityGovernance/lifecycleWorkflows/workflows')
	.version('beta')
	.filter('category eq \'leaver\'')
	.select('id,category,displayName,isEnabled,isSchedulingEnabled')
	.get();