I achieved to understand a bit more about call workflow methods. However, my main goal was to create a workflow which can call another workflow to get the db ports both when running locally as well as when running on server.
I used a Call Workflow Service for that. The problem is that, when the main workflow is running locally (with the workflow to be called is on the server), the Call Workflow Service node do not give any output. The job on the server is created and executed correctly, no error is shown and the main workflow is executed correctly, but the db port just does not work. On the other hand, when the main workflow is executed on server, everything goes well.
Is there something I am misunderstanding about this method ?