WorkflowExecutionHistory
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| definition | object | The workflow definition for the workflow execution | [optional] |
| history | object | List of workflow execution events for the given workflow execution | [optional] |
| trigger | object | The trigger that initiated the workflow execution | [optional] |
| } |
Example
from sailpoint.v2025.models.workflow_execution_history import WorkflowExecutionHistory
workflow_execution_history = WorkflowExecutionHistory(
definition=None,
history=None,
trigger=None
)