Post-workflow

Overview

Post-workflow is a SQL script type that runs after workflow package execution.

Function

Use this type when SQL must finalize processing after a workflow completes. Selecting it executes after workflow processing.

When to use

Choose Post-workflow when SQL must finalize processing after a workflow completes.

Behavior in AnalyticsCreator

Area Behavior
Configuration Assign the Post-workflow type, sequence number, statement, and active status.
Processing AnalyticsCreator runs active post-workflow scripts after workflow processing.
Output The script can finalize, audit, or clean up workflow results.

Type-specific properties

Property Description
Sequence number Execution order among post-workflow scripts.
Statement SQL executed after the workflow.
Inactive Controls whether the script is skipped.
Description Purpose and expected workflow effect.

Compatibility and limitations

The script must account for workflow success or failure behavior defined by the runtime.

Relationships

Related entity Relationship
SQL Script The script type defines the execution stage for the script.
Workflow Pre- and post-workflow scripts run around workflow processing.
Deployment Pre- and post-deployment scripts run around deployment processing.

Where to configure

Related topics