Interface FastDeleteNode

The element to remove records via object variable.

interface FastDeleteNode {
    connector?: string;
    connectorPoint?: string;
    description?: string;
    faultConnector?: string;
    faultConnectorPoint?: string;
    label: string;
    locationX?: number;
    locationY?: number;
    name: string;
    rollbackIfErr?: boolean;
    variable: string;
}

Hierarchy

  • TransactionalRecordBaseElement
    • FastDeleteNode

Properties

connector?: string

The normal connector.

connectorPoint?: string
description?: string

The description of the element.

faultConnector?: string

The fault connector.

faultConnectorPoint?: string
label: string

The display name.

locationX?: number

The location.

locationY?: number

The location.

name: string

The unique name.

rollbackIfErr?: boolean

Rollback the operation if error occurs in the flow. If this property is false, a new transaction for this elemnet will be used.

variable: string

The record referenced by the variable (via ID field) will be removed.