WorkflowDefinition
Import this model from the entry point of its package:
import { WorkflowDefinition } from '@sailpoint/angular-sdk/workflows';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| start | (optional) string | The 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] |