Skip to content

objectscript/EnsembleWorkflowBI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

90cc4dd · Sep 18, 2017

History

9 Commits
Sep 7, 2017
Sep 7, 2017
Sep 7, 2017
Jul 6, 2017
Sep 18, 2017
Jul 12, 2017

Repository files navigation

EnsembleWorkflowBI

DeepSee Cube and sample dashboards for Ensemble Workflow. Tested on 2015.1 and later.

Installation

  1. Import latest release or all XMLs (except from Locale folder) into any Ensemble enabled namespace.
  2. Compile: Do $system.OBJ.Compile("Workflow.Cube")
  3. Build cube: Do ##class(%DeepSee.Utils).%BuildCube("WORKFLOW")
  4. (Optional) For localization call: Do ##class(%MessageDictionary).ImportDir(dir) where dir is a path to Locale folder.

Development

Development is done via Cache-Tort-Git.

Localization development

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)

Discussion

For more information on the app and further discussion please check the article Visualizing Ensemble Workflow task execution