Skip to main content

WorkflowEvent

Type Alias WorkflowEvent 

Source
pub type WorkflowEvent = WorkflowEvent;
Expand description

Alias for pb::WorkflowEvent.

Aliased Type§

pub struct WorkflowEvent {
    pub id: String,
    pub source: String,
    pub spec_version: String,
    pub type: String,
    pub subject: String,
    pub time: Option<Timestamp>,
    pub datacontenttype: String,
    pub data: Option<Struct>,
    pub extensions: BTreeMap<String, Value>,
}

Fields§

§id: String§source: String§spec_version: String§type: String§subject: String§time: Option<Timestamp>§datacontenttype: String§data: Option<Struct>§extensions: BTreeMap<String, Value>