65
Views
3
Comments
Call Server action in C#

Hi,

Is it possible to call a sever action within C# code?

Specifically the Launch<processname>

Thanks,


Jeroen


Voorbeeldcbehandel.png
2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Not to my knowledge

2018-10-29 08-31-03
João Marques
 
MVP

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

2020-04-20 19-19-10
Jeroen Jansen

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.


Jeroen

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.