feat(core): Add workflow history initial setup (no-changelog) (#6852)
* feat: Add workflow history initial setup * fix: Add feature to missing controller
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { License } from '@/License';
|
||||
import Container from 'typedi';
|
||||
|
||||
export function isWorkflowHistoryLicensed() {
|
||||
const license = Container.get(License);
|
||||
return license.isWorkflowHistoryLicensed();
|
||||
}
|
||||
Reference in New Issue
Block a user