Skip to content

Commit

Permalink
Updated graphs in daliuge-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Nov 3, 2022
1 parent 34de414 commit 23c8c42
Show file tree
Hide file tree
Showing 12 changed files with 1,769 additions and 478 deletions.
79 changes: 64 additions & 15 deletions daliuge-engine/test/reproducibility/testSingle.graph
Original file line number Diff line number Diff line change
@@ -1,79 +1,128 @@
{
"linkDataArray": [],
"modelData": {
"commitHash": "",
"downloadUrl": "",
"eagleCommitHash": "Unknown",
"eagleVersion": "Unknown",
"filePath": "testSingle.graph",
"fileType": "graph",
"git_url": "",
"fileType": "Graph",
"lastModifiedDatetime": 0,
"lastModifiedEmail": "",
"lastModifiedName": "",
"numLGNodes": 1,
"readonly": true,
"repo": "",
"repoBranch": "",
"repoService": "Unknown",
"sha": ""
"repositoryUrl": "",
"schemaVersion": "OJS",
"signature": ""
},
"nodeDataArray": [
{
"canHaveInputs": true,
"canHaveOutputs": true,
"applicationArgs": [],
"category": "BashShellApp",
"categoryType": "Application",
"collapsed": false,
"color": "#1C2833",
"collapsed": true,
"color": "#0059a5",
"commitHash": "",
"dataHash": "",
"description": "An application component run within the Bash Shell",
"drawOrderHint": 0,
"exitApplicationName": "",
"exitApplicationType": "None",
"expanded": false,
"fields": [
{
"defaultValue": "",
"description": "",
"keyAttribute": false,
"name": "execution_time",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Execution time",
"type": "Unknown",
"value": "5"
},
{
"defaultValue": "",
"description": "",
"keyAttribute": false,
"name": "num_cpus",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Num CPUs",
"type": "Unknown",
"value": "1"
},
{
"defaultValue": "",
"description": "",
"keyAttribute": false,
"name": "group_start",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Group start",
"type": "Unknown",
"value": "0"
},
{
"defaultValue": "",
"description": "The command line to be executed",
"keyAttribute": false,
"name": "Arg01",
"options": [],
"positional": false,
"precious": false,
"readonly": false,
"text": "Arg01",
"type": "Unknown",
"value": ""
}
],
"height": 200,
"flipPorts": false,
"height": 72,
"inputAppFields": [],
"inputApplicationDescription": "",
"inputApplicationKey": null,
"inputApplicationName": "",
"inputApplicationType": "None",
"inputLocalPorts": [],
"inputPorts": [
{
"Id": "e9c700b7-778e-406e-a124-c3ab86903ef6",
"IdText": "event"
"IdText": "event",
"description": "",
"event": false,
"keyAttribute": false,
"text": "event"
}
],
"isData": false,
"isGroup": false,
"key": -1,
"outputAppFields": [],
"outputApplicationDescription": "",
"outputApplicationKey": null,
"outputApplicationName": "",
"outputApplicationType": "None",
"outputLocalPorts": [],
"outputPorts": [
{
"Id": "a2dc769f-9745-4440-851d-c8a9f7f66720",
"IdText": "event"
"IdText": "event",
"description": "",
"event": false,
"keyAttribute": false,
"text": "event"
}
],
"selected": true,
"showPorts": false,
"paletteDownloadUrl": "",
"repositoryUrl": "",
"subject": null,
"text": "Bash Shell App",
"width": 200,
Expand Down
Loading

0 comments on commit 23c8c42

Please sign in to comment.