Accessing Task Folder

Hi,
I’m trying to locate the specific folder where tasks are saved in Easymorph. I already know how to access the Easymorph files, but I’m having trouble finding the folder of the tasks.


(in the image the file folder)

I believe the file name of the task should match the one in the URL, but after researching the Easymorph folder, I still can’t locate it. I need the information in the task file to retrieve details like task description, execution time, and logs while reading it in a Python script, so I need a file stored locally (I can't use the server).


(in the image the expected file name of the task)

Could anyone guide me on where to find the task folder? I’d appreciate any tips or steps to help me access it.

Thanks, Davide

Hello Davide and welcome to the Community!

Server tasks are stored in the system folder specified in the Server settings. By default, it's

 C:\ProgramData\EasyMorph Server

Task definitions are stored in the Tasks folder of the respective space in the system folder.

You can also retrieve task descriptions and metadata using the "EasyMorph Server command" action:

image