179 results found
-
View Code in Designer
In Flow Connect, it would be nice to view the code of the workflow to make changes in bulk. This was possible in Flow Classic.
1 vote -
Telemetry on Concurrent Sessions
As a developer or admin of an organization, I would like to see how many concurrent sessions are being utilized in a given period on each agent to determine if I need to add more agents to an agent group for better performance.
1 vote -
Better Agent Traffic Management
As a customer, I would like to be able to push a certain amount of traffic to an agent within an agent group. As an example, I can have 2 agents in an agent group for prod. When updating Agent 1, before updating Agent 2, I would like to push 75% of the traffic to Agent 1. This would allow me to see that the Agent is working adequately before updating Agent 2.
1 vote -
More Agent Traceability
As a customer, it would be nice to see exactly what APIs are called on the Agent logs. Currently, we can only see the APIs outbound and inbound in the Diagnostic mode client. But we would like to be able to see all the APIs including payloads and responses inside the Agent Logs for traceability.
The amount of days logged should be configurable and searchable.1 vote -
Define user properties, with connector capability to update properties
The user properties in Flow Classic were very useful for storing data related to the user that could help save time when running workflows/queries etc. Making this feature available in Flow Connect as well would be very useful, and ideally the properties should be updateable via a scheduled workflow or similar functions as well.
1 vote -
Format Markdown responses
With the rise of AI being embedded in many client facing applications, the tools being used i.e. ChatGPT, Ollama, etc all return markdown syntax. While this is readable for those who are familiar with the syntax, many users won't understand it. It would be nice to be able to automatically convert Markdown to something more granular (like json) to be used or HTML for sending email responses. Could you implement a Markdown to X function in Connect?
1 vote -
Managing Agents in the Hub
To provide more information & visibility about the connector agents so that it becomes easier to manage/maintain agents in Flow Hub. with this feature a hub admin can update the agent from the Hub
1 voteWe are happy to inform you that development work has begun on your requested feature. Our product team has assigned resources and is actively working on implementing it. We will keep you updated on its progress.
-
New Web-Designer BETA
1) Can you bring back the same commands as in the old studio designer such as:
- Hold CTRL in order to drag instead of SPACE (muscle memory)
- Press Escape in order to close whatever you've just opened2) Toolbar down below: Is it possible to get toggle-behavior instead of pressing X each time (or ESC works as well)
3) Make elements more distinguishable; now script and user steps are both blue and the tiny difference is the logo, even more important now when every element is a rectangle. If you swipe fast through a workflow I think it…
1 vote -
Application history changelog
It is important to have an overview of the changes an application has gone through since it was last committed, in order to have a better understanding of where the app has changed, any bugs that might have happened; and to overall have more control of the different stages of the app development process. As well as the ability to go back in time to previous not committed version.
1 vote -
Business Process Mining (Telemetry) Copilot
The BPM Copilot should be able to access the runtime telemetry data and be able to answer questions regarding this data. For instance, if telemetry data captures each execution of an app and who executed it, I should be able to ask the Copilot a question like "what is the most executed app last week and who ran it the most."
1 vote -
Additional text in the cards in the calender
In the visual planning in the old portal we are able to see more text in the cards. Is it possible to fix the same feature in Connect?
1 vote -
Overview/details change when running in Analytics/Automations
In Flow Connect Hub:
When looking in Analytics/Automations you can see the status of the scheduled automations which is great.
However when a job is during "running mode" you get a lot of lines with each step. My proposal is that you only have one line in the overview for each job and display it in status "Running". Then if you want the details you can click to the right to see details. I don't think details for running jobs are very important - just to see the overview better.
See attached img. Marked lines are all the same job…
1 vote -
GET endpoint with URL params for an Automation
In many use cases we need to be able to expose a GET endpoint, using URL parameters as input to the Automation App.
One general use case is callbacks, where a callback from a service is usually made using an http GET request.
Specifically we will need this when doing online payments (using web browser) where the payment confirmation/receipt is sent using a callback GET with url params containing e.g. order id or payment reference.
1 vote -
Add advanced Crypto module in FlowScript
Some secure web services (like payments) are using hashed Authorization headers.
One example is Worldline, who states: "In short, our Server API authentication mechanism uses hashes over a number of headers (called Signature Contents) and your secret API key to verify authenticity. The hash algorithm used is HMAC-SHA256."
The example can be found here: https://apireference.connect.worldline-solutions.com/s2sapi/v1/en_US/json/authentication.html?paymentPlatform=ALL
For this reason, and to be able to access highly secure online services, it would be good to add a "Crypto" module in FlowScript to do these types of encryptions.
The Crypto module could then support encryption and decryption of commonly used algorithms.
1 vote -
'optional' mode when generating a FlowSript module via the IFS Code Generator
The IFS API documentation has many fields in it Request Body Schemas wrongly labeled as 'required' in the input type definitions. There are examples where over 20 items are wrong within one schema. Since this is not going to change any time soon, it would be better to have the code generator define all fields as optional. Since typically a type is not defined from scratch but copy/pasted from the browser debugger console, it avoids a lot of unnecessary type issues in FlowScript for which the generated code needs to be adapted.
1 vote -
Numeric input with plus- and minus-buttons
Especially for mobile clients would be useful if we would have numeric input with plus- and minus-buttons. Input need to have minimum and maximum values, with possibility to set button increase value. Example for inputting hours: minimum hour registration is 15min with 15min increase and maximum hours 8
Control setup:
Min value: 0.25
Max value: 8
Step value: 0.251 vote -
Configurable Client Timeout
I would like to be able to configure a timeout in the client such that if the client is inactive for a specified period of time, the client will logout. As an example, at Cash Checkout if the screen has not been touched for 4 minutes, the app should logout and request a re-login. This should be a configuration.
1 vote -
OAuth2 Client Credential authorization in FlowHUB APIs
There are some cases when I'd call FlowHUB API from a workflow/automation and there is no way to use interactive authentication (machine-to-machine cases).
It would be great to implement OAuth2 Client Credentials for these cases.
With this option we could develop applications to maintain FlowHUB (e.g.: fetch users by group, invite users, move apps, generate bundle, etc).
1 vote -
Show file extension in File Gallery
In File Gallery element, it would be great to show (or enable to show) the whole filename value, including the file extension.
For example, in the file gallery I have a couple of files shown, but I want to download only the excel file. Without showing files' extension, I have to download all of them to figure out whihc one is that filetype I'm looking for.1 vote -
Dynamic login/password for IFS connector
Client accessing IFS via Flow Connect wants to be able to restrict access to some tables, even for developers. In Flow Classic you could set up connector so user was simultaneously login in to IFS and Flow, so he was not using IFSAPP user to gain access, but his own level of privilege. I'd like to be able to present to client's similar functionality, since currently we can set up connector with single login/password per environment.
Moreover login with multiple flow users in single IFS user seems like license issue waiting to happen.1 vote
- Don't see your idea?