Dear EA users,
I would like to ask you how it is possible to automate all the tasks induced by the development of a software, by example:
- export of artifacts to specific folder (to be compiled later by exemple)
- package transformation, copy, etc....
- package code generation
- compilation
- etc....
It already exist in EA, the feature is called "XMLTransform" (see below)
I have summarized in this diagram a simple example, I believe using scripts is the way to go but it is not possible to execute (from hyperlinks or else by example) any script internal or external:

Is there a way to run this diagram like during simulation? If I create a javascript function with input parameter (string input_package_guid, string output_folder_url, etc...) for each activity, how can I attach the script to the activity and then configure the parameter so that I can just click to decide to run the whole diagram, one branch, or one single activity ?
It would be nice to be able to refer to the internal code and transformation templates or scripts from inside EA, they can not be passed as parameter so it's hard to work with them (export them, put them under version control, modify them, import them back , try them, re-export them etc.....)
It already exist in EA, the feature is called "XMLTransform":

When we right click on it we can execute the transformation, the same thing with scripts is what I try to achieve.
Thanks a lot and happy coding

Damien