-
Notifications
You must be signed in to change notification settings - Fork 0
Parametrized flows #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Task 1: make the G[...] available in the BODYs |
|
Task 2: Create a variable number of flows in the structure (-> init function) |
|
Task 3: After all the flows are created, fix the values (masks, links, ...). |
|
Tasks 4: Allow the iterator (p=m..M) to be referenced in the expression in case of a dependency with a ternary (-> Check how it's handled in the broadcasts). |
|
Task 5: allow specifying a flow without an iterator e.g.: |
… in the test application
…clare in/out masks if the flow is in/out
…%s_%s.flow_id_of_flow_of_%s_%s_for_%s
… used in their expressions
…g_dump_task_class_at_exec
This PR is a baseline to work on the parametrized flow feature.