You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #11 is merged, the Workflow needs a .resume function. This function simply needs to Workflow.next_iteration with the correct active_node. Could also be more than one node.
Main issue here is: how to detect the current active leafs? Maybe networkx.Graph.degree can help.
The text was updated successfully, but these errors were encountered:
Once #11 is merged, the
Workflow
needs a.resume
function. This function simply needs toWorkflow.next_iteration
with the correctactive_node
. Could also be more than one node.Main issue here is: how to detect the current active leafs? Maybe
networkx.Graph.degree
can help.The text was updated successfully, but these errors were encountered: