pub type WorkflowRunEvent = WorkflowRunEvent;Expand description
Alias for pb::WorkflowRunEvent.
Aliased Type§
pub struct WorkflowRunEvent {
pub id: String,
pub run_id: String,
pub step_id: String,
pub type: String,
pub data: Option<Struct>,
pub created_at: Option<Timestamp>,
}Fields§
§id: String§run_id: String§step_id: String§type: String§data: Option<Struct>§created_at: Option<Timestamp>