Import parameters from EM Server

Hi Dmitry,

For debug purposes, it would be great if we could import parameters from a task in EM Server to a task in EM Desktop.

In our case we have 1 task with 20 parameters that is running 10 times with different values in each parameter. When a task failed, we have to fill all parameters manualy that are saved in EM Server for that task.

If we could import the parameters from EM Server for that task it will will saved us a lot of time :slight_smile:

Thanks
Fábio

Hi Fábio,

A Server task is just an XML file stored in C:\ProgramData\EasyMorph Server\Spaces. The name of the XML file is the task ID. You can import the file using the “Import XML” action, extract parameter values, assign them to the project and run it using the “Call” action.

Yes, it could be done like that, but we have to access the folder outside of the space where we save our projects/tasks.

Our EM Server is a dedicated server and we use EM Desktop in our computer to import/publish to server to avoid work inside the EM Server.

But that gave me an ideia to make a morph to import XMLs from C:\ProgramData\EasyMorph Server\Spaces to save it in the specific folder of the project/task in Space so we can access the XML from browser to avoid sharing that folder in network.

It will work, but if we could import the values of the parameters would be easier :slight_smile:

Thanks for the quick reply
Regards

Duly noted. Opening the API for task creation/deletion is on the roadmap. Once it’s done, it will be possible to obtain task metadata.