Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 413 Bytes

File metadata and controls

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

const client = Client.init(options);

let workflowVersion = await client.api('/identityGovernance/lifecycleWorkflows/workflows/15239232-66ed-445b-8292-2f5bbb2eb833/versions/2')
	.version('beta')
	.expand('tasks')
	.select('category,displayName,versionNumber,executionConditions')
	.get();