Type Alias WorkflowDefinitionSchema

WorkflowDefinitionSchema: {
    id: string;
    steps: WorkflowStep[];
}