Angular UI for InterSystems Ensemble Workflow
- Firstly, please import (and build) project from REST API
- Then create (if you didn't) a web-application for REST in the Portal Management System (for ex.
/api/workflow/). Set dispatch class toWorkflow.REST, Authentication methods toUnauthorizedandPassword. - Then import (and build) all files of this project.
- Create an application for UI (for ex.
/csp/workflow/), specify csp-folder to folder with poject files. Set Authentication methods toUnauthorizedonly. - Correct appname in
config.jsonto name of your REST app. - Launch
index.html.