Replies: 2 comments 3 replies
-
@Boogie3D I have some clarification questions from the cypher code: What does a 'BEGINS' edge mean? It appears to connect all tasks to the central workflow node, but there seems to be a complicated query to create the edge. How does the workflow know a task is ready to be run with set_runnable_tasks_to_ready? The query checks if the input.values are not NULL, but wouldn’t the values always not be NULL? In this case, why have a separate method for set_init_tasks_to_ready? Thank you for your help, I can tell you have put in a lot of work to implement neo4j on this project. |
Beta Was this translation helpful? Give feedback.
-
Hey @Boogie3D, I was wondering if it's possible for the parser to parse inline inputs instead of them being included with a separate YAML file. The same way that the run section for a workflow doesn't necessarily need to be a link to another file. As an example, The lulesh workflow is
And the accompanying YAML file looks like
I'd like to change the cwl file so it looks like:
Is that actually possible/reasonable? We have a customer that would like to avoid using input YAML files if at all possible. |
Beta Was this translation helpful? Give feedback.
-
This discussion is for asking questions about BEE's cypher code.
Beta Was this translation helpful? Give feedback.
All reactions