Add entityId to workflow. Allow filter workflows based on entityId. Restrict creation of workflows based on user entities.
This commit is contained in:
@@ -4,6 +4,7 @@ import { CorporateUser, MasterCorporateUser, TeacherUser, userTypeLabels } from
|
||||
export interface ApprovalWorkflow {
|
||||
id: string,
|
||||
name: string,
|
||||
entityId: string,
|
||||
modules: Module[],
|
||||
status: ApprovalWorkflowStatus,
|
||||
steps: WorkflowStep[],
|
||||
|
||||
Reference in New Issue
Block a user