Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActionCallNode

The element of action call.

Hierarchy

Index

Properties

action

action: string

The name of action.

Note: For email, it's the name of the email template. Left empty if no action should be specified.

actionType

actionType: "SendEmail" | "SendEvent" | "SOAPAction" | "RestfulAPI" | "UtilAction" | "ScriptAction"

The action type.

Optional connector

connector: string

Optional connectorPoint

connectorPoint: string

Optional description

description: string

The description of the element.

Optional ext

ext: string

Extension info. stands for topic when send-event or scene name when scene action

Optional ext1

ext1: string

extension info. stands for delay mode when send-event

Optional ext2

ext2: string

extension info. stands for route key when send-event or sync mode when send-email

Optional faultConnector

faultConnector: string

Optional faultConnectorPoint

faultConnectorPoint: string

Optional inputAssignments

inputAssignments: InputAssignment[]

The input assignments to call the action.

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 outputAssignments

outputAssignments: OutputAssignment[]

The output assignments to assign value back to the context.