jamesdreid

Results 11 comments of jamesdreid

Sorry, the issue was first identified in our workflows after an upgrade from 3.4.1 to 3.6. I do not know if it was there in 3.5 as we jumped straight...

I apologize for the ambiguity, but I have not tested the URLEncoded webhook functions in Python2 so my comment above about the original code working in Python2 was an assumption....

Looking at the error messages, it appears the error is not being generated in the sensor code but a separate library/package/file - "stackrlclient/keyvalue.py" which is creating an ST2 client instance....

Have you tried setting the "optional_parameter" default value to an integer? Something like: `optional_parameter: "{{trigger.body.optional_parameter | default(0), true }}"` If the action you are attempting to run is something you...

Looks like this PR may have been related to the attempted fix for a similar issue that may need some updates. https://github.com/StackStorm/orquesta/pull/191

Plus it appears that Orquesta may be importing "collections" as well and may need to be updated in a manner similar to the YAQL lib. https://github.com/userlocalhost/orquesta/blob/4bc557574042a970a2101d15fecf626d0f93a4e7/orquesta/expressions/functions/workflow.py#L15

I know it is does not address the feature enhancement directly, but this function can be addressed with a workflow and rule that is triggered whenever the pack is loaded....

Every action/task in ST2 has a timeout so that value can be set on the action itself. Not quite the same as the task level but it does make the...

I don't use this lib but I believe the fix was fairly easy. I have committed a change in #81 that shoud fix it.

The PR does seem to fix the issue with the "tokenlogin" function, but it defaults to the "global" vdom so it appears in your response output to be hitting the...