-
Notifications
You must be signed in to change notification settings - Fork 3
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
Sequence of execution #61
Comments
There used to be a node to do this, but not anymore, not explicitly as easy as you should be able to. @kronz @Racel I think we should solve this problem, potentially as part of a larger epic around imperative/ control flow nodes. For now what you can do: (related to this post) DynamoDS/Dynamo#7431
|
@kehehee1 can you say a little more about what you are trying to do? @andydandy74 has a node that is used to control the flow of a graph a little more tightly called Passthrough ("Forces a sequential order of execution. ") It's quite elegant, in that all it does is uses a tiny CodeBlock with: |
@kronz My situation is similar to DynamoDS/Dynamo#7431. Where can I find the "Passthrough" node you have mentioned and how to use it? I can't find anything about that. |
@kehehee1 - It's part of package Clockwork. |
@mjkkirschner - I agree about imperative/control flow nodes. Let's see what we come up with. Would also be curious to understand what @kehehee1 is trying to do. Might make a good sample case to test any new implementation out against. Any additional samples, @andydandy74 ? |
@Racel - Not a sample, but a recent use case for my |
Thanks @andydandy74. That was helpful. |
FYI- Added a related task to address this https://jira.autodesk.com/browse/DYN-435 |
Dynamo version
2.0
Operating system
Windows 7
What did you expect to see?
The sequence of execution is random if there are many branches of node to execute. Can I determine it explicitly?
The text was updated successfully, but these errors were encountered: