export interface IInitialSubmitRequest { workflowId: string; stepId: string; attributes: any; }