ListWorkflowVersionsResponse: {
    createdAt: string;
    createdBy: string;
    status: "PUBLISHED" | "DEPRECATED";
    updatedAt?: string;
    version: string;
    workflowVersionId: string;
}

Type declaration

  • createdAt: string
  • createdBy: string
  • status: "PUBLISHED" | "DEPRECATED"
  • OptionalupdatedAt?: string
  • version: string
  • workflowVersionId: string