WorkflowInfoGraphNode

📄 Description: Data structure representing a node within the workflow of the Nakisa Lease Accounting Suite, encapsulating essential information related to leases, contracts, financial obligations, and accounting entries.

Properties

Name

Type

Required

Restrictions

Description

state

StateMachineState

false

none

Current state of the lease

objectType

string

false

none

Type of the object

nodeInfo

string

false

none

Text value for nodeInfo in WorkflowInfoGraphNode

type

string

false

none

Type of the resource

sourcePosition

string

false

none

Text value for sourcePosition in WorkflowInfoGraphNode

targetPosition

string

false

none

Text value for targetPosition in WorkflowInfoGraphNode

customLayout

[WorkflowInfoGraphCustomNode]

false

none

List of customLayout items

xcoordinate

integer(int32)

false

none

Numeric value representing xcoordinate

ycoordinate

integer(int32)

false

none

Numeric value representing ycoordinate

transitionStateNode

boolean

false

none

Boolean flag indicating transitionStateNode status

startStateNode

boolean

false

none

Boolean flag indicating startStateNode status

endStateNode

boolean

false

none

Boolean flag indicating endStateNode status

caption

string

false

none

Text value for caption in WorkflowInfoGraphNode

Enumerated Values

Attribute

Value

sourcePosition

BOTTOM, LEFT, RIGHT, TOP

targetPosition

BOTTOM, LEFT, RIGHT, TOP

type

CUSTOM, DEFAULT, INPUT, OUTPUT