DeepSee Cube and sample dashboards for Ensemble Workflow. Tested on 2015.1 and later.
- Import latest release or all XMLs (except from
Locale
folder) into any Ensemble enabled namespace. - Compile:
Do $system.OBJ.Compile("Workflow.Cube")
- Build cube:
Do ##class(%DeepSee.Utils).%BuildCube("WORKFLOW")
- (Optional) For localization call:
Do ##class(%MessageDictionary).ImportDir(dir)
where dir is a path toLocale
folder.
Development is done via Cache-Tort-Git.
Execute in a terminal to regenerate basic localization:
Kill ^CacheMsg("WORKFLOW")
ZWrite ^CacheMsg("WORKFLOW")
Set $mvv(58)="en"
Set dir = "C:\temp\EnsembleWorkflowBI\Locale"
Do $system.OBJ.Compile("Workflow.Cube")
Do ##class(%MessageDictionary).ExportDomainList(dir _ "WORKFLOW_en.xml","WORKFLOW", "en")
Do ##class(%MessageDictionary).ExportDomainList(dir _ "WORKFLOW_ru.xml","WORKFLOW", "ru")
Do ##class(%MessageDictionary).ImportDir(dir)
For more information on the app and further discussion please check the article Visualizing Ensemble Workflow task execution