Questions tagged [flowground]

Intended for SMEs: flowground offers you a cloud-based platform for the automated integration of applications and data from different sources – powerful and secure, yet open and vendor-neutral.

14 questions
4
votes
2 answers

Is it possible to set the environment variable "GOOGLE_APPLICATION_CREDENTIALS" to an uploaded JWT File in Flowground?

I try to use the "google-api-nodejs-client" (https://github.com/googleapis/google-api-nodejs-client) with a JSON Web Token in a flowground connector implementation. Is there a possibility to get the environment variable…
Tom-Di
  • 43
  • 2
3
votes
1 answer

Storage period of logs in flowground

Especially in case of errors it makes sense to write the current data into the log, so that the errors are easier to trace. In a generic logging solution these logs could easily contain personal, identity or otherwise sensitive information. In…
2
votes
1 answer

Flowground REST-API: Difference between the flow properties status and current_status

The flow data that can be loaded via the REST API (https://api.flowground.net/docs/v2/#retrieve-a-flow-by-id) contains the properties data.attributes.status and data.attributes.current_status. In my case both have the value "active". What is the…
2
votes
1 answer

Cannot get arrey out of "request-reply" module

I am trying to create a JSON array for our web app from a MSSQL database. For this I use the following components: telekom/webhook:receive telekom/mssql:selectAction select * from [dbo].[perso] telekom/request-reply:reply { "personalnr":…
Max Haberl
  • 33
  • 2
2
votes
1 answer

JIRA connector unable to change status of issue

I'm trying to use the JIRA connector to change the status of JIRA issues. After entering the necessary values (issueId, statusName and transitions) I am getting the following error when trying to generate a sample: TypeError: Cannot read property…
Luis Dille
  • 67
  • 4
2
votes
1 answer

flowground flow not working as soon as a CBR is added

I am having this weird issue where as soon as I add a CBR to my flow it suddenly stops working even tough everything seems to be correctly setup. What I am trying to do is to use the JIRA connector to get data from my JIRA server. Then I am using…
Luis Dille
  • 67
  • 4
1
vote
1 answer

Performance Problems

This question goes directly to the Flowground developers: I am testing flowground as a tool to connect to NetSuite. In a test flow I tried to fetch data from NetSuite using 3 NetSuite connectors (plus one Webhook und one HTTP Reply). Everything…
1
vote
1 answer

License of Flowground SFTP Component

To the Flowground developers: The license of the Flowground SFTP component is specified inconsistently. In the connectors catalog "Apache 2.0" is specified as license (https://flowground.net/de/loesungen/konnektoren-katalog/sftp). But in the…
1
vote
1 answer

Monitoring Flowground

This question goes directly to the Flowground developers: Error notifications can currently only be sent by e-mail. This is very difficult to integrate into a monitoring system. I know that I can use the API to query whether a flow is currently…
1
vote
1 answer

Waiting period between rebounds and total time unitl an error is logged

I understood that through a rebound the processing can be repeated max. 10 times until an error is really logged. But how long is the waiting period between the individual rebounds and how long is the total time between the first and the last…
1
vote
1 answer

Does flowgrounds JSONata expressions support regex?

I'm trying to build a fairly complex expression with a CBR where I try to identify if a string contains another string. In order to do so I need to manipulate the second string and use a little bit of regex magic but it doesn't seem to work. Could…
Luis Dille
  • 67
  • 4
1
vote
1 answer

Is there a way to disable snapshots of flows?

I am trying to build a flow which regularly gets every JIRA Ticket from my JIRA instance as input data. This works fine however only the first time the flow runs because it saves the retrieved tickets in its snapshot. When I run the flow the second…
Luis Dille
  • 67
  • 4
1
vote
1 answer

flowground HTTP Reply Connector "SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data"

Based on a webhook connector my flowground flow gets data from a REST-API (rest-api-component) and passes it through via HTTP-Replay connector. The Mapping Result in my HTTP-Reply connector shows the correct response in HTML, but firefox shows the…
Luke
  • 21
  • 2
1
vote
2 answers

I need some kind of decission module in flowground

I'm trying to send different message cards to multiple teams channels. I have already created a webhook (telekom/webhook) for this which gives me the right variables via json. There are four department receiver channels (telekom/rest-api-component)…
Max Haberl
  • 33
  • 2