Function submit_workflow

Source
pub async fn submit_workflow(
    core: &Arc<AppCore>,
    workflow_id: &str,
    input: Value,
) -> Result<String>