Genpact Cora Knowledge Center

Support

Important Terminology

V11.x

Orchestration AI V11.4 introduces several new terms. Make sure that you are familiar with these terms before you install or deploy applications.

Term Description
Data Streams = Analytics The technical name for the component shown in the Admin site as the Analytics module (sub-module Dashboard Suites). All three names refer to the same component.
Manifest storage manifest.json is stored in both the database (reuse/re-export) and the repository (version control).
Global settings Serve as the override point for environment-specific values, so workflow definitions don't need to change between environments.
Design references UI Design (Deployment Set.pptx) and the PRD (PRD - CICD Deployment Set.docx) are available in SharePoint>CICD.


V9.x

Cora SeQuence V9.x introduces several new terms. Make sure that you are familiar with these terms before you install or deploy applications.

Term Description
Application kind Site or Service
Application type Administration, Flowtime, ADSS, BRS, JES, WebAPI
Build Assembly of a Cora SeQuence application built from a list of selected modules. The result of a "build" is a Cora SeQuence Application package.
Build machine A computer—typically a PC, but can be a server, used to build Cora SeQuence applications.
Cora SeQuence application An application that delivers Cora SeQuence functionality. There are six types of application: Administration, Flowtime, ADSS, BRS, JES, and WebAPI.
Cora SeQuence Application package ZIP file that includes application files and folders required for the Cora SeQuence application.
Cora SeQuence Deployment package ZIP file that contains:
  • A Cora SeQuence Application package.
  • An XML metadata file describing the Cora SeQuence Application package.
  • OPTIONAL: a scripts folder with two files:
    • preinstall.ps1 : a custom PowerShell script to be executed before the Cora SeQuence Application package is installed.
    • postinstall.ps1: a custom PowerShell script to be executed after the Cora SeQuence Application package is installed.
Cora SeQuence module A collection of universal packages—NuGets— that delivers basic Cora SeQuence functionality.
Deployment process The action of setting up an instance of a Cora SeQuence application on a target server.
PowerShell function Collection of code required to perform specific deployment actions, such as install applications, set authentication, or get service GUID.
PowerShell module Unit that includes all correlated PowerShell functions.
Project template Visual Studio template for building a Cora SeQuence application.