Files
api-specs/idn/v3/schemas/workflows/WorkflowExecutionEvent.yaml
GitHub Action Bot 470295aa00 Automated commit 'Merge pull request #1572 from sailpoint/PLTWRKFLW-3778
PLTWRKFLW-3778: Add V3 API Docs for SAAS Workflows' by github action: 8074422810
2024-02-28 02:30:44 +00:00

28 lines
719 B
YAML

type: object
properties:
type:
description: The type of event
enum:
- WorkflowExecutionScheduled
- WorkflowExecutionStarted
- WorkflowExecutionCompleted
- WorkflowExecutionFailed
- WorkflowTaskScheduled
- WorkflowTaskStarted
- WorkflowTaskCompleted
- WorkflowTaskFailed
- ActivityTaskScheduled
- ActivityTaskStarted
- ActivityTaskCompleted
- ActivityTaskFailed
example: WorkflowTaskScheduled
timestamp:
type: string
format: date-time
description: The date-time when the event occurred
example: "2022-02-07T20:13:31.640618296Z"
attributes:
type: object
description: Additional attributes associated with the event
example: {}