Workflow

Overview

Workflow is a package type used for packages that orchestrate the execution of other packages in AnalyticsCreator.

Function

The FLOW package type identifies workflow packages that own entries in CFG.WORKFLOW_PACKAGE_REFERENCES and define which child packages run, whether errors interrupt execution, and how retries are handled.

Access

This package type is shown in the package detail page as the read-only Package type field, and Workflow packages are listed in the navigation tree under the Packages branch.

How to access

Navigation tree

Packages -> Workflow -> open a package

Toolbar

Not confirmed.

Diagram

Not applicable.

Visual element

DetailPackages -> Package type

Screen overview

The Workflow package type is shown in the DetailPackages page. For this type, the content grid lists child packages and workflow execution settings, while the dependency grid is hidden.

IDPropertyDescription
1Package nameName of the package shown in the package detail page.
2Package typeRead-only field in DetailPackages that displays the package type description, which is Workflow packge for this type.
3Manually createdCheckbox indicating whether the package was created manually.
4Process OLAP cube in packageFor workflow packages, the fourth checkbox label changes from External launched to Process OLAP cube in package.
5DescriptionOptional package description shown in the package detail page.
6ContentGrid listing child packages included in the workflow.
7IncludeControls whether the child package is included in the workflow. When no references exist yet, packages are initialized as included in the main workflow list.
8Interrupt on errorControls whether an error in the child package interrupts the workflow execution.
9Retry attemptsNumber of retry attempts for the child package. Existing references default to 1 when null.
10Retry interval (min)Retry interval in minutes for the child package. Existing references default to 0 in the page model, while repository cleanup scripts normalize nulls.

Related topics