-
-
Notifications
You must be signed in to change notification settings - Fork 782
Closed
Description
SUMMARY
Large json inputs cause double runs of tasks when passed as input.
Provide a quick summary of your bug report.
STACKSTORM VERSION
lastest master
OS, environment, install method
ubuntu / development install instructions
python 3 build
Steps to reproduce the problem
- git clone https://github.com/guzzijones/st2doublerunbug.git
- install pack into stackstorm
- open st2web. go to actions
- open bug | parent action
- paste contents of notification.json as input param notification
- click run and wait until it is uploaded. takes about 1 min
- watch tasks get run 2 times.
Expected Results
It should only run tasks one time
Actual Results
It runs the tasks 2 times
fix implemented
#4886
This works for me, if there is a better solution let me know.