export enum ItemType { Workflow = 1, Start = 2, End = 3, Intermediate = 4 }