You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flowservice.js
+37-1Lines changed: 37 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,42 @@ function debug(message){
15
15
dbg.message("<FLOWSERVICE> "+message);
16
16
}
17
17
18
+
functionhelp(){
19
+
return`
20
+
\x1b[4mFlowService\x1b[0m
21
+
22
+
\x1b[32mExport FlowService from a given project (identified from URL in webMethods.io when in FlowEditor
23
+
i.e. https://tenant.int-aws-us.webmethods.io/#/projects/\x1b[1mfl65d3aa87fc1783ea5cf8c8\x1b[0m\x1b[32m/flow-editor/\x1b[1mmyFlowService\x1b[0m\x1b[32m):\x1b[0m\x1b[0m
0 commit comments