Skip to main content

get_events

Function get_events 

Source
pub async fn get_events<S: WorkflowStore>(
    __arg0: State<Arc<AppState<S>>>,
    __arg1: Path<String>,
) -> Result<Json<Vec<Value>>, AppError>