stackstorm faster with-items#151
stackstorm faster with-items#151ajcypherint wants to merge 3 commits intoStackStorm-Exchange:masterfrom
Conversation
| default: 25 | ||
| result: | ||
| type: string | ||
| description: "jinja string to {_{ _.result.xxx }_} portion of result to return" |
There was a problem hiding this comment.
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.
you can specify a part of the json to return. see the unit tests for examples.
There was a problem hiding this comment.
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-itemsin 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.