Search
    WorkflowPageRouteParams:
        | {
            activeTab: TaskCardTab;
            processDefinitionKey: string;
            processInstanceId: string;
            taskId: string;
        }
        | {
            activeTab: ProcessCardTab;
            processDefinitionKey: string;
            processInstanceId: string;
        }
        | {
            noInitSearchTerms?: boolean;
            openedSearchPanel?: string;
            query?: string;
            workflowTab: WorkflowTabs;
        }

    Тип описывающий параметры роутинга на странице /workflow

    MMNEPVFCICPMFPCPTTAAATR