handler

Function handler 

Source
pub fn handler(
    ctx: Context<'_, '_, '_, '_, CreateTrigger<'_>>,
    condition_tree: AdjacencyTree,
    lifetime: Lifetime,
    workflow_title: String,
) -> Result<()>