Workflow

Overview

Workflow is a package type that coordinates the execution of child packages.

Function

Use this type when multiple packages must run in a controlled sequence. Selecting it orchestrates package execution.

When to use

Choose Workflow when multiple packages must run in a controlled sequence.

Behavior in AnalyticsCreator

Area Behavior
Configuration Select included packages and configure interruption and retry behavior.
Processing The workflow runs child packages according to dependencies and workflow settings.
Output A coordinated multi-package process is executed.

Type-specific properties

Property Description
Include Selects child packages included in the workflow.
Interrupt on error Stops processing after a child-package failure.
Retry attempts Number of retries after failure.
Retry interval Delay between retry attempts.

Compatibility and limitations

Circular dependencies and incompatible package sequences must be avoided.

Relationships

Related entity Relationship
Package The package type determines the package's allowed content and processing role.
Deployment Deployments can include packages that must be generated or executed.
Workflow Workflow packages coordinate other packages.

Where to configure

Related topics