EventWorkflow

@Serializable
data class EventWorkflow(val eventType: EventType = EventType.RESOURCE_CLOSURE, val triggerConditions: List<EventTriggerCondition> = emptyList(), val eventResources: List<ResourceConfig> = emptyList(), val updateValues: List<UpdateWorkflowValueConfig> = emptyList(), val resourceFilterExpressions: List<ResourceFilterExpression>? = null) : Serializable, Parcelable

Constructors

Link copied to clipboard
constructor(eventType: EventType = EventType.RESOURCE_CLOSURE, triggerConditions: List<EventTriggerCondition> = emptyList(), eventResources: List<ResourceConfig> = emptyList(), updateValues: List<UpdateWorkflowValueConfig> = emptyList(), resourceFilterExpressions: List<ResourceFilterExpression>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)