Skip to content

Commit

Permalink
Visualize nodes inputs for ShellJob tasks (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 authored Nov 19, 2024
1 parent f03ff55 commit 2559c21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiida_workgraph/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,9 @@ def workgraph_to_short_json(
{"name": name, "identifier": input["identifier"]}
for name, input in task["inputs"].items()
if name in task["args"]
or (task["identifier"].upper() == "SHELLJOB" and name.startswith("nodes."))
]

properties = process_properties(task)
wgdata_short["nodes"][name] = {
"label": task["name"],
Expand Down

0 comments on commit 2559c21

Please sign in to comment.