RemoteWorkflowCall createDefaultRequest
Revision as of 05:25, 17 July 2018 by Nguyenduyan (talk | contribs) (Created page with "Category:Network_Functions = RemoteWorkflowCall_createDefaultRequest = Create a request with the default settings for RemoteWorkflowCall == Syntax == RemoteWorkflowCall...")
Contents
RemoteWorkflowCall_createDefaultRequest
Create a request with the default settings for RemoteWorkflowCall
Syntax
RemoteWorkflowCall_createDefaultRequest(string site);
Arguments
string site: Url of the site to call. E.g. cg.catglobe.com
Return type
HttpRequest
Example
string site = "cg.catglobe.com";
HttpRequest hr = RemoteWorkflowCall_createDefaultRequest(site);
RemoteWorkflowCall wfc = new RemoteWorkflowCall (15594505, "adminadmin", "cg", {"ABD"});
wfc.Call(hr);