Skip to main content

Workflowexecutionhistory

Properties

NameTypeDescriptionNotes
definitionobject[optional]
historyobject[optional]
triggerobject[optional]
}

Example

from sailpoint.workflows.models.workflowexecutionhistory import Workflowexecutionhistory

workflowexecutionhistory = Workflowexecutionhistory(
definition=None,
history=None,
trigger=None
)

[Back to top]