AutoHealActions interface

Actions which to take by the auto-heal module when a rule is triggered.

Properties

actionType

Predefined action to be taken.

customAction

Custom action to be taken.

minProcessExecutionTime

Minimum time the process must execute before taking the action

Property Details

actionType

Predefined action to be taken.

actionType?: AutoHealActionType

Property Value

customAction

Custom action to be taken.

customAction?: AutoHealCustomAction

Property Value

minProcessExecutionTime

Minimum time the process must execute before taking the action

minProcessExecutionTime?: string

Property Value

string