Description
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:- I configure a new environment configuration asset with some external libraries in it to execute some specific code inside a nodejs environment :
- With this new configured environment, I'd like to create an action that will use the libraries defined inside it. So I want to create an action using this environment. This is feasible if I create an action directly in Aria Orchestrator by selecting the desired environment when creating the action.
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) ?
- I configure a new environment configuration asset with some external libraries in it to execute some specific code inside a nodejs environment :
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
/