bptlab / ark_automate

An open source RPA tool which uses BPMN to create bots.
MIT License
18 stars 8 forks source link

Rename variable to parameter or outputValue where applicable #311

Closed SanJSp closed 3 years ago

SanJSp commented 3 years ago

Fixes #222

Changes

This PR changes all occurrences of variable in the code with either parameter if it's an input or outputValue if it's an output. I will also update all ssots (ouputVariable to outputValue fields) in the database when this PR is approved 💁‍♂️

If you want an easy teview, check the commits one by one as I have structured them.

Checklist before merge

Developer's responsibilities