Answer the question
In order to leave comments, you need to log in
Where to read about Workflow and working with services?
Good day.
I have never worked with workflow before, so I needed to create a process in Visual Studio that sequentially performs functions from various services: let's say Ser3 and Ser4.
The output of one function is the input to another, for example
string a = client3.Binaryze("some string");
client4.Model b = client4.Process(a);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question