Correlation.terminate(name)

Terminate a Correlation.

Call this method to disassociate a correlation value from the current process instance.

Example

// Terminate the correlation (defined as "TechOrder") for this instance
terminate Correlation
    using name = "TechOrder"

Arguments:

Name Type Description Mode
name String   in