Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/WorkflowTrigger.yaml
2022-09-26 21:59:54 -04:00

20 lines
511 B
YAML

type: object
description: The trigger that starts the workflow
required:
- type
- attributes
properties:
type:
enum:
- EVENT
- EXTERNAL
- SCHEDULED
example: EVENT
description: The trigger type
attributes:
description: Workflow Trigger Attributes.
oneOf:
- $ref: './workflows/trigger-attributes/EventAttributes.yaml'
# - $ref: './workflows/trigger-attributes/ExternalAttributes.yaml'
- $ref: './workflows/trigger-attributes/ScheduledAttributes.yaml'