Questions tagged [formsflow]

33 questions
7
votes
1 answer

How to create a new pom file with additional dependencies and add it during build time?

I am currently using formsflow.ai opensource version 4.0.5. I want to include a new Listener to the bpm module which has a new library dependency which is not currently in the solution. Although, I managed to add the new library in main pom.xml,…
Alan
  • 105
  • 4
5
votes
1 answer

Application History is not getting generated in formsflow.ai

I am using Opensource formsflow.ai version v4.0.2. This is the Repo Link. I could get the Repo up and Running using docker deployment as instructed. I had created a form and BPMN workflow for a specific use-case in formsflow.ai. The BPMN workflow is…
crystalthinker
  • 1,200
  • 15
  • 30
3
votes
0 answers

Process Diagram is not highlighting in formsflow.ai

I have been using the latest formsflow.ai. Submitted a form, the task is created and the application history was also generated but the process diagram is not highlighted. Process diagram page is shown like this:
3
votes
2 answers

Unable to load FormsFlow Web

I have configured all the required modules, but while loading the FormsFlow Web, I see the page is not loading at all. Attached image with inspection window. Can you please suggest what might be going wrong here
Krishna
  • 33
  • 3
3
votes
1 answer

Unpublishing the already filled forms

suppose if the designer is unpublishing/making changes to an already submitted form, will the older forms become invalid? whether client can see the older application he/she submitted?
Athira S Raj
  • 187
  • 7
3
votes
1 answer

"Unauthorized" while selecting forms for associating workflow

I am using the latest opensource formsflow.ai v4.0.2. I brought the entire project to my personal laptop. I followed the Docker full installation guide. Docker is running fine. In http://localhost:3000, login as formsflow-designer and selected an…
2
votes
1 answer

Form Embedding Support in formsflow.ai

I’m using the latest formsflow.ai v5.0.0. Is there any way I could embed the form created with the formsflow.ai platform to another existing application outside the formsflow.ai ? Giving a sample screenshot of form designed in the Designer step,…
crystalthinker
  • 1,200
  • 15
  • 30
2
votes
1 answer

Microsoft Power Automate "Switch" - Action not matching Case results

I have a flow with a switch control triggered by a form, where the switch depends on the answer to one of the questions (Single Choice + "Other" with an empty space, hence the "Default" case). There is also Compose action to replace spacing before…
JoaoPeres
  • 21
  • 3
2
votes
1 answer

Cockpit, Task list, Admin are not showing in Camunda

While I login into camunda UI as reviewer who has camunda admin permission. But Cockpit, Task list, Admin are not showing in Camunda welcome page.
Auslin
  • 41
  • 6
2
votes
1 answer

How to add individual change event to input controls using FormBuilder

How to add a change event to an individual input control using FormBuilder. Currently we can listen to the "change" event of entire form by configuring "Logic" in the designer screen for each control. There are two options that I could try…
Dinesh P B
  • 71
  • 5
2
votes
1 answer

Is formsflow.ai being affected by log4shell vulnerability?

Formsflow.ai is using Camunda, which is a java based application. So will formsflow.ai be affected by the latest log4shell vulnerability which is a very high risk vulnerability with CVE-2021-44228.
Kurian Benoy
  • 849
  • 6
  • 12
2
votes
1 answer

Error on DB connection when trying to build forms and bpm from deployment->docker

when i tried to build formsflow-form,formflow-bpm ,keycloak etc from deployment docker i got error saying "could not connect to database". But i can build all these seperately.
Athira S Raj
  • 187
  • 7
2
votes
1 answer

Forms created using workflow 'Email notification'

I just tried to create a form and associate workflow 'Email notification'.Do i need to specify email address for this workflow?
Athira S Raj
  • 187
  • 7
1
vote
1 answer

Json file uploaded is not showing in the grid

I have a sample PDF file and tried uploading it by converting it to JSON. It shows the upload is progressing. But I couldn't see my form. I have checked my JSON and is valid. Please help. Below is my sample json { "forms": [{ "title": "sample pdf…
Athira S Raj
  • 187
  • 7
1
vote
2 answers

Formsflow.ai Docker setup: WebAPI and BPM containers don't start properly

I followed the docker installation instructions for Windows with WSL2 and so far have not been able to get the forms-flow-webapi and forms-flow-bpm containers to run. All other containers are running as expected: List of formsflow containers In the…
1
2 3