pub fn create_workflow<'c: 'info, 'info>(
ctx: Context<'_, '_, 'c, 'info, CreateWorkflow<'info>>,
title: String,
start: u16,
workflow_id: u64,
input_checkpoints: Vec<InputCheckPoint>,
) -> Result<()>
pub fn create_workflow<'c: 'info, 'info>(
ctx: Context<'_, '_, 'c, 'info, CreateWorkflow<'info>>,
title: String,
start: u16,
workflow_id: u64,
input_checkpoints: Vec<InputCheckPoint>,
) -> Result<()>