import { GuidValue, Identity } from "@omnia/fx-models"; export interface WorkflowTask { id: GuidValue; workflowId: GuidValue; comment: string; isCompleted: boolean; assignedUser: Identity; spTaskId: number; }