fireadmin
fireadmin copied to clipboard
bug(actionRunner): inputs should not required in action-templates
trafficstars
Bug Description
- Action runner templates should not require inputs, but if they are not passed currently
Steps To Reproduce
- Create an action-template
- Add steps with constants in them (no inputs)
- Attempt to run an action using this template - it throws an error
Expected Behavior
- The action should run without error
Possible Solution
- Hard code in an "empty input"
- Remove this line from before when templates needed inputs
Additional Context/Screenshots
