-
Notifications
You must be signed in to change notification settings - Fork 42
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
Need demo on foreach #72
Comments
The expression for the new ForEach<EntityDefinition>(context => entities.Get(context)) We could probably add an overload of the ForEach constructor that allows you to pass in the workflow variable directly, i.e.: new ForEach<EntityDefinition>(entities) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need an tutorial on how to set an custon ActivityA that return an list of item, then foreach of then pass the value to Activities B and C.
I'm trying this, but without success
The text was updated successfully, but these errors were encountered: