Hi,
I am going to develop a solution which will perform specific updates on drawings during a transition. As far as I can see I have two options for this in the EPDM Transition Action definition: "Execute command" and "Execute task".
I would like this operation to be performed on a dedicated machine and not on the end user machine. I see it is possible to define where to execute the operation when defining it as a task but not when defined as "Execute command". With this requirement does it rule out the "Execute command" option - so that I have to build an add-in?
Thank you for any input
Regards,
Jørn Bjarning
I believe I found the answer myself for this one.
I am now digging into development of an EPDM task add-in, and according to the API documentation a task seems to be the only way to control that an operation must run on another machine than the one which triggered the operation.