Skip to main content

WorkflowEventTriggerInvocation

Type Alias WorkflowEventTriggerInvocation 

Source
pub type WorkflowEventTriggerInvocation = WorkflowEventTriggerInvocation;
Expand description

Alias for pb::WorkflowEventTriggerInvocation.

Aliased Type§

pub struct WorkflowEventTriggerInvocation {
    pub activation_id: String,
    pub event: Option<WorkflowEvent>,
}

Fields§

§activation_id: String§event: Option<WorkflowEvent>