Add custom runtime environment in Typescript actions #404
Labels
area/aria
area/polyglotpkg
Relates to polyglotpkg module or archetype
kind/feature
New Feature to the project
priority/low
triage/accepted
The issue was accepted and will be done
version/minor
Introduces a non-breaking feature or change
Description
I'd like to suggest some improvements to the package. Currently, there is no way to know how to change the runtime when creating a new typescript action on a maven generated project.
They are 2 things that could be good to add to the vropkg library in order to improve it:
A clear documentation with all the annotations that we can add on the action file that are taken into account during packaging process and the impact that it has on the Aria Orchestrator Action configuration once imported (I'm talking about this section):
Add the possibility to add some custom runtimes that we've define if Aria Orchestrator.
For example:
BUT This is not possible to do so if I want to use it from a maven package and import it. I won't be able to compile my package if I change the runtime name with my newly created environment.
So I was wondering if it is possible to add something in the package that would allow us to use a custom environment runtime inside the typescript annotations by its name only (not by its ID) ?
Alternatives
We can create all the actions in the Orchestrator and call them. But it's really heavy when we start to have multiple actions using a custom environment runtime.
Additional Context
/
The text was updated successfully, but these errors were encountered: