Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

RemoteWorkflowCall createDefaultRequest: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "Category:Network_Functions = RemoteWorkflowCall_createDefaultRequest = Create a request with the default settings for RemoteWorkflowCall == Syntax == RemoteWorkflowCall..."
 
Nguyenduyan (talk | contribs)
No edit summary
 
Line 2: Line 2:


= RemoteWorkflowCall_createDefaultRequest =
= RemoteWorkflowCall_createDefaultRequest =
Create a request with the default settings for RemoteWorkflowCall
Create a request with the default settings for [[RemoteWorkflowCall class|RemoteWorkflowCall]]


== Syntax ==
== Syntax ==
Line 13: Line 13:


== Return type ==
== Return type ==
HttpRequest
[[HttpRequest class|HttpRequest]]


== Example ==
== Example ==

Latest revision as of 04:25, 17 July 2018


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);