graflow: rehresh event to fix movenodes
This commit is contained in:
150
graflow_examples/flows/testFlowICMP2.json
Normal file
150
graflow_examples/flows/testFlowICMP2.json
Normal file
@@ -0,0 +1,150 @@
|
||||
{
|
||||
"nodesFile": "/app/thirdparty/buildoz/graflow_examples/nodesLib/nodesEIC2.html",
|
||||
"flow": {
|
||||
"nodes":[
|
||||
{ "nodeType": "eicBasic",
|
||||
"id": "eval",
|
||||
"markup": {
|
||||
"title": "Evaluations",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": { "node": "eval", "nodeId":null}
|
||||
},
|
||||
{ "nodeType": "eicBasic",
|
||||
"id": "gap",
|
||||
"ncoords": { "x": 100, "y": 220},
|
||||
"markup": {
|
||||
"title": "GAP",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": { "a": "a2", "b":"b2"}
|
||||
},
|
||||
{ "nodeType": "eicBasic",
|
||||
"id": "cid",
|
||||
"ncoords": { "x": 150, "y": 320},
|
||||
"markup": {
|
||||
"title": "CID",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": { "a": "a3", "b":"b3"}
|
||||
},
|
||||
{
|
||||
"nodeType": "eicBasic",
|
||||
"id": "allocation",
|
||||
"markup": {
|
||||
"title": "Case Allocation",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": {
|
||||
"track": "equity"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeType": "eicBasic",
|
||||
"id": "signature",
|
||||
"markup": {
|
||||
"title": "Grant Signature",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": {
|
||||
"track": "grant"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeType": "eicBasic",
|
||||
"id": "progress-meeting",
|
||||
"markup": {
|
||||
"title": "Progress Meetings",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": {
|
||||
"track": "grant",
|
||||
"instanciable": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeType": "eicBasic",
|
||||
"id": "techdd",
|
||||
"markup": {
|
||||
"title": "Tech Due Diligences",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": {
|
||||
"track": "equity"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeType": "eicBasic",
|
||||
"id": "kyc",
|
||||
"markup": {
|
||||
"title": "KYC",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": {
|
||||
"track": "equity"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeType": "eicBasic",
|
||||
"id": "aifm-advisory",
|
||||
"markup": {
|
||||
"title": "AIFM Advisory Commitee",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": {
|
||||
"track": "equity"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeType": "eicBasic",
|
||||
"id": "aifm-investment",
|
||||
"markup": {
|
||||
"title": "AIFM Investment Commitee",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": {
|
||||
"track": "equity",
|
||||
"parent": "aifm-advisory"
|
||||
}
|
||||
},
|
||||
{
|
||||
"nodeType": "eicBasic",
|
||||
"id": "agreement",
|
||||
"markup": {
|
||||
"title": "Investment Agreement",
|
||||
"subtitle": "...",
|
||||
"severity": "secondary"
|
||||
},
|
||||
"data": {
|
||||
"track": "equity",
|
||||
"parent": "aifm-investment"
|
||||
}
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{ "from": ["eval", "out1"], "to": ["gap", "in1"] , "endArrow":true},
|
||||
{ "from": ["eval", "out1"], "to": ["cid", "in1"] , "endArrow":true},
|
||||
{ "from": ["eval", "out1"], "to": ["allocation", "in1"] , "endArrow":true},
|
||||
{ "from": ["gap", "out1"], "to": ["signature", "in1"] , "endArrow":true},
|
||||
{ "from": ["signature", "out1"], "to": ["progress-meeting", "in1"] , "endArrow":true},
|
||||
{ "from": ["cid", "out1"], "to": ["techdd", "in1"] , "endArrow":true, "startArrow":true},
|
||||
{ "from": ["allocation", "out1"], "to": ["techdd", "in1"] , "endArrow":true, "startArrow":true},
|
||||
{ "from": ["allocation", "out1"], "to": ["kyc", "in1"] , "endArrow":true, "startArrow":true},
|
||||
{ "from": ["techdd", "out1"], "to": ["aifm-advisory", "in1"] },
|
||||
{ "from": ["kyc", "out1"], "to": ["aifm-advisory", "in1"] , "endArrow":true},
|
||||
{ "from": ["aifm-advisory", "out1"], "to": ["aifm-investment", "in1"] , "endArrow":true},
|
||||
{ "from": ["aifm-investment", "out1"], "to": ["agreement", "in1"] , "endArrow":true},
|
||||
{ "from": ["gap", "out1"], "to": ["aifm-investment", "in1"] , "endArrow":true}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user