-
Notifications
You must be signed in to change notification settings - Fork 60
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
stackstorm faster with-items #151
base: master
Are you sure you want to change the base?
stackstorm faster with-items #151
Conversation
default: 25 | ||
result: | ||
type: string | ||
description: "jinja string to {_{ _.result.xxx }_} portion of result to return" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand what this is trying to tell me, but I haven't had my ☕ yet today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can specify a part of the json to return. see the unit tests for examples.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, that explains that, but this parameter should have a better description so people don't have to dig through the unit tests for examples. You should be able to give examples, with expected output, right in the description.
These emails got buried in my gmail. I am reviewing now. |
|
I'm going to closeand and reopen this to trigger the latest CI. |
Adds a pack and action to enable faster
with-items
in cases where the subworkflow or action does not contain an inquiry. This effectively eliminates the subworkflow / actions history from being stored in the parent workflows context. It results in speed gains due to mongodb write speeds on large context.