mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
20 lines
511 B
YAML
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'
|