WorkflowInfoGraphNode¶
Example Json Object
1{
2 "state": {
3 "id": "string",
4 "name": "string",
5 "captionKey": "string",
6 "latestStateHistoryFailureMessage": "string",
7 "initial": true,
8 "final": true,
9 "transitionState": true,
10 "caption": "string"
11 },
12 "objectType": "string",
13 "nodeInfo": "string",
14 "type": "INPUT",
15 "sourcePosition": "BOTTOM",
16 "targetPosition": "BOTTOM",
17 "customLayout": [
18 {
19 "position": "BOTTOM"
20 }
21 ],
22 "xcoordinate": 0,
23 "ycoordinate": 0,
24 "transitionStateNode": true,
25 "startStateNode": true,
26 "endStateNode": true,
27 "caption": "string"
28}
📄 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 |
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 |
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 |