What's Changed * Add test for setting inputs for non dynamic namespace by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/386 * Refactor `AIIDA_CONFIG_FOLDER` -> `AiiDAConfigDir` by khsrali in https://github.com/aiidateam/aiida-workgraph/pull/387 * Add AiiDAProcessTask by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/389 * Raise an exception explicitly when the timeout is exceeded by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/390 * Syntactic sugar to add a task to the zone by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/391
What's Changed * Add test for setting inputs for non dynamic namespace by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/386 * Refactor `AIIDA_CONFIG_FOLDER` -> `AiiDAConfigDir` by khsrali in https://github.com/aiidateam/aiida-workgraph/pull/387 * Add AiiDAProcessTask by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/389 * Raise an exception explicitly when the timeout is exceeded by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/390
What's Changed * Add more test by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/378 * bump node-graph to 0.1.5 by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/380 * create input sockets and links for items inside a dynamic socket by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/381 * Save pickled function as AiiDA node by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/383 * Recursively process nested dictionaries when setting a dynamic port socket by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/384
What's Changed * Bump aiida-pythonjob to 0.1.4 by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/373 * Use node-graph-widget by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/375 * Remove web app by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/376 * Move to src folder by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/377
What's Changed * Pass list of names for task input/output directly by GeigerJ2 in https://github.com/aiidateam/aiida-workgraph/pull/343 * Add .vscode directory to gitignore by GeigerJ2 in https://github.com/aiidateam/aiida-workgraph/pull/344 * Make `"name"` specifier of `parser_outputs` optional by GeigerJ2 in https://github.com/aiidateam/aiida-workgraph/pull/349 * Avoid passing `None` to arguments of `prepare_shell_job_inputs` by GeigerJ2 in https://github.com/aiidateam/aiida-workgraph/pull/351 * Visualize `nodes` inputs for ShellJob tasks by GeigerJ2 in https://github.com/aiidateam/aiida-workgraph/pull/347 * bump node-graph to 0.1.2 by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/352 * Update root property in the case of nest namespace by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/350 * Refactor TaskSocket by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/363 * Move PythonJob out by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/364 * remove create_conda_env from pythonjob by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/366 * Refactor engine by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/367 * Clean unused code by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/369 * swap key and value in `set_context` by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/371 * Allow mixed `str`/`dict` inputs/outputs to tasks by GeigerJ2 in https://github.com/aiidateam/aiida-workgraph/pull/345 * Hide metadata inputs for tasks in HTML visualization. by GeigerJ2 in https://github.com/aiidateam/aiida-workgraph/pull/346 * Improve test coverage by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/372
What's Changed * Create subsection "Nested workflow" in the docs by agoscinski in https://github.com/aiidateam/aiida-workgraph/pull/277 * GUI: add task control for int, float, string and structure by superstar54 in https://github.com/aiidateam/aiida-workgraph/pull/295