Skip to content

Close Activity

The Close activity enables the termination of an active dataset session within a workflow. It ensures that the specified dataset is properly closed and all associated resources are released to maintain system performance.

Field Description Requirement
Dataset name Specifies the reference name of the dataset to be closed. Required

Action Types & Examples

Close Dataset

  • Format: string
  • Example Result: "Dataset closed successfully"

Implementation Examples

Field Setup - Dataset name: ${newDS}

Execution Parameters - Continue on Error: false - Timeout: 30000

Technical Notes

The dataset name must correspond to a dataset that has been previously opened or initialized within the current execution context. Attempting to close a dataset that does not exist or is already closed may result in a runtime exception.