Results 3 issues of Michalis Daniilakis

Since we're using https://github.com/itchyny/gojq it would be great to add support for arguments e.g. extend the functionality to use https://pkg.go.dev/github.com/itchyny/gojq#WithVariables. This would aim to bring parameters and environment available to...

#### Describe the bug Class and constructor variables are named after ref schema class name which does not compile. We are only using this template because of the handy `artifactType`...

bug

Given the DAG: ``` params: REQUEST_BODY={} steps: - name: get_param_using_jq executor: type: jq config: raw: true command: '.MyParamArr' script: ${REQUEST_BODY} output: MY_PARAM_ARR - name: print_param command: echo $MY_PARAM_ARR depends: -...