Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubFlowNode

The subflow node.

Hierarchy

Index

Properties

Optional asyncExecute

asyncExecute: boolean

Async execute the sub flow.

Optional connector

connector: string

The next element to run.

Optional connectorPoint

connectorPoint: string

Optional description

description: string

The description of the element.

Optional faultConnector

faultConnector: string

The element to run when subflow fails.

Optional faultConnectorPoint

faultConnectorPoint: string

flow

flow: string

The name of the flow to call.

Optional inputAssignments

inputAssignments: InputAssignment[]

Input assignments.

label

label: string

The display name.

Optional locationX

locationX: number

The location.

Optional locationY

locationY: number

The location.

name

name: string

The unique name.

Optional newTransaction

newTransaction: boolean

Run the sub flow with new transaction.

Optional outputAssignments

outputAssignments: OutputAssignment[]

Output assignments.

Optional type

type: "Inner Flow"

Indicate if the subflow is from inner flow or not.