Questions tagged [flowgear]

Flowgear is an integration platform as a service (iPaaS). Use the Flowgear tag to ask questions about the platform, Flowgear nodes, Flowgear DropPoints or to get help building your workflow.

44 questions
2
votes
1 answer

What version of C# is supported by the relevant flowgear nodes?

I have done all the searching I can think of, and I don't see anything stating which version of C# is available for Script, Expression, or other nodes where C# syntax is used. So I keep trying to use things like string interpolation or declaring out…
R.D. Alkire
  • 502
  • 1
  • 5
  • 14
2
votes
2 answers

Flowgear Insert form post data into database

How to insert post data into database using flowgear API? I am done inserting data using get but html form post method is not work using flowgear API. Please explain how it is acheive in flowgrear. I have this…
sanjay
  • 437
  • 3
  • 17
1
vote
1 answer

Is it tenable to access file metadata using flowgear resources?

I have a requirement use a flowgear workflow to process files (via a droppoint, targeting an windows file share [SMB]), but targeting only the files that have been modified after a certain time of day. How can one tell the the "Last Modified"…
R.D. Alkire
  • 502
  • 1
  • 5
  • 14
1
vote
1 answer

How to get payment percentage from sage evolution database

How does PostAR link back to an invoice and which table holds the discount given on payments? I know that invnum holds the invoice details I'm looking for payments, as well as the discount given on payments.
cci sugar
  • 46
  • 5
1
vote
1 answer

How to make two POST Requests in one session (JSESSIONID)/cookie

Okay so this is a complicated question. It's been over 2 and half days of research and debugging and I'm currently here. Goal: Fetch data from a government GST/HST lookup website. Since it is old (uses as Java applet) and does not have REST API…
ykadaru
  • 1,108
  • 2
  • 16
  • 32
1
vote
1 answer

Loop exit not working

So I have a workflow which is supposed to throw an error after a certain condition is satisfied. (False condition) As you can see in the log directly below, it works: I do a loop exit first for the group 'coms' and an error is thrown. However,…
ykadaru
  • 1,108
  • 2
  • 16
  • 32
1
vote
1 answer

Variable Bar Inputs/Outputs not configurable in HTML5 version

The 'Manage Variables' option is not available or is inaccessible in the HTML5 version of flowgear. https://developers.flowgear.net/kb/Node:Variable_Bar ^ It says to right click the Node Header and choose 'Manage Variables' but right clicking the…
ykadaru
  • 1,108
  • 2
  • 16
  • 32
1
vote
2 answers

How to retrieve the data from Sage Evolution Using flowgear Integration

I was working with Flowgear-Sage Evolution Integration.I can able to create the Orders & Accounts and other services in sage evolution using flowgear node.But I cannot find the relevant node for retrieving the Accounts or Order based on some…
Naveen
  • 535
  • 3
  • 14
1
vote
0 answers

Flowgear Workflow Call using JAVA Post API

Please help how to call flowgear workflow using JAVA POST API. My flowgear end point is 6.somesubdomain.mydomain(This end point is valid?).I used this code to call flowgear workflow but it is not work my end point is not call(please check my end…
sanjay
  • 437
  • 3
  • 17
1
vote
1 answer

Flowgear Change default workflow execution time

My problem is when i retrieve too many data from database and select using odbc node when my workflow is run exception The timeout (30 secs) was exceeded while waiting for a response from DropPoint transactionRequest Please help how to resize…
sanjay
  • 437
  • 3
  • 17
1
vote
1 answer

JSON support in Flowgear's Console

I have been trying to populate my variable bar with json fields from curl's POSTFIELDS attribute when invoking my workflow from an API using PHP. Below is a simple json passed when invoking the endpoint not as part of the URL but hidden POSTed…
scruffycoder86
  • 527
  • 1
  • 5
  • 24
1
vote
2 answers

Flowgear configurable variable bar for sql query via API

I have a datase table with a list of books. Below is my sql statement: SELECT `Book`.`id` , `Book`.`name` , `Book`.`isbn` , `Book`.`quantity_in_stock` , `Book`.`price` , (`Book`.`quantity_in_stock` * `Book`.`price`) AS `sales`,…
scruffycoder86
  • 527
  • 1
  • 5
  • 24
0
votes
1 answer

Flowgear: The 'Start' Node was not found in the correct sequence

While doing my certification in Flowgear I am getting this error while submitting the exercise number 11. During production run there is no error. Error - The 'Start' Node was not found in the correct sequence.
0
votes
1 answer

Visibility of custom Flowgear Nodes

If I develop a custom node, does it need to be published for other developers on the site to see it and use it in workflows they build?
0
votes
0 answers

Is there a way to set the text format when sending content via the email alert node

When sending the contents of a text file via the Email Alert it converts the text to UCS-2 Little Endian from UTF-8. Is there a way to force the text format so as to make sure the package is the same as the file generated? I have tried generating…
1
2 3