Hi,
Is it possible to call a sever action within C# code?
Specifically the Launch<processname>
Thanks,
Jeroen
Not to my knowledge
Hi Jeroen,
As a workaround, you can expose a web service to launch the process and then, on c#, call a web service.
But in any case, can you provide more details on why do you need to do this? Perhaps, knowing a bit more about the user case, we can provide you with a better suggestion.
Kind Regards,João
Hi João, yes sorry, it was a very short question. It is a followup from an onther question I posted:
Start a variable sub-process | OutSystems
I wanted to do this in a seperate thread as it is way more technical and about c# coding instead of Service Studio.