HI again,
I build workflow and there are three excel source file as input and performing tasks. Now i want to use this workflow as API, like i will give that three files using API call as source file and automatically get the final export output file and these three files will have same convention but have different values. And want to host these workflow on server.
Take a look at CALL ANOTHER MODULE/PROJECT [EasyMorph Help], maybe that is what you're looking for.
Also, here is more in-depth explanation with some examples
Can you please explain a bit this part. What kind of API call that would be - a web API, a command-line API, a programmatic (C#) API, or something else?
Generally speaking, a workflow can be parameterized using workflow parameters. You can use parameters in actions, instead of file names and other settings. To learn more about workflow parameters, see this tutorial topic: EasyMorph | Parameters.