ALTER TABLE "flow_task_instance"
ADD COLUMN "interrupt_mode" varchar(50),
ADD COLUMN "interrupt_time" timestamp;