Skip to main content

WorkflowDefinition

Import this model from the entry point of its package:

import { WorkflowDefinition } from '@sailpoint/angular-sdk/workflows';

Properties

NameTypeDescriptionNotes
start(optional) stringThe name of the starting step.[default to undefined]
steps(optional)One or more step objects that comprise this workflow. Please see the Workflow documentation to see the JSON schema for each step type.[default to undefined]