260228:1427 20260228:14:00 workflow update
All checks were successful
Build and Deploy / deploy (push) Successful in 2m37s

This commit is contained in:
admin
2026-02-28 14:27:33 +07:00
parent 276d06e950
commit efd5183906
6 changed files with 73 additions and 33 deletions

View File

@@ -11,7 +11,7 @@ export interface WorkflowStep {
}
export interface Workflow {
workflowId: number;
workflowId: string | number;
workflowName: string;
description: string;
workflowType: WorkflowType;