-
Notifications
You must be signed in to change notification settings - Fork 159
Fix the Script Process #874
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
As previously discussed with @fjtirado, @ricardozanini, and @JBBianchi multiple times over the past year, we have decided to retain the script process while restricting the versions of the supported languages. This approach provides the best of both worlds: it preserves cross-compatibility for workflows while allowing users to use alternative language versions by leveraging container processes when necessary. |
Following languages are supported:
|
What would you like to be added:
Fix the script process by:
Document that runtimes must supportjs
(executed byNodeJS
) andpython
(executed byPython
) by default.Document thatlanguage
should also specify the version (ex:js:22.2.0
,python:3
).arguments
property, of typestring[]
, used to pass arguments to the script to execute. Document that the arguments can contain runtime expressions.environment
can contain runtime expressions.Add an object used to define how the output is read from a script's execution (see below example)Define script output proposal:
Why is this needed:
Allow proper execution of script processes.
The text was updated successfully, but these errors were encountered: