Skip to content

Comments

Add an optional function source to workflow recipes#152

Merged
liamhuber merged 4 commits intomainfrom
workflow-source
Feb 20, 2026
Merged

Add an optional function source to workflow recipes#152
liamhuber merged 4 commits intomainfrom
workflow-source

Conversation

@liamhuber
Copy link
Member

Follows the same format as the atomic node fully qualified name, and centralizes the shared behaviour.

For workflows, this is optional, since they may be being dynamically created, e.g. as the bodies of flow controls, or just written directly as JSON to be later parsed. Still, in the case they come from parsed python it doesn't hurt, and I hope it will be useful when we get to integration with semantikon.

Closes #131

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
@github-actions
Copy link

Binder 👈 Launch a binder notebook on branch pyiron/flowrep/workflow-source

@liamhuber liamhuber merged commit b6e98d2 into main Feb 20, 2026
19 checks passed
@liamhuber liamhuber deleted the workflow-source branch February 20, 2026 20:06
@codecov
Copy link

codecov bot commented Feb 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.94%. Comparing base (ddeba61) to head (80e6052).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #152   +/-   ##
=======================================
  Coverage   98.93%   98.94%           
=======================================
  Files          27       27           
  Lines        1882     1888    +6     
=======================================
+ Hits         1862     1868    +6     
  Misses         20       20           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add optional python function reference to WorkflowNode model

1 participant