ManageActionEvent (autotransform.event.action)

The ManageActionEvent is triggered whenever an action is taken against an outstanding Change.

class autotransform.event.action.ManageActionEvent(data: TData)

Bases: Event[ManageActionEventData]

An event triggered whenever a Step attempts to take an action against a Change.

static get_logging_level() LoggingLevel

The logging level for events of this type.

Returns

The logging detail required to log this event.

Return type

LoggingLevel

static get_type() EventType

Used to represent the type of Event, output to logs.

Returns

The unique type associated with this Event.

Return type

EventType

class autotransform.event.action.ManageActionEventData

Bases: TypedDict

The data for a ManageActionEventData. Contains the information that will be logged when the event is triggered.

action: Action
change: Change
step: Step