flowable / flowable-engine

A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.
https://www.flowable.org
Apache License 2.0
8.01k stars 2.63k forks source link

Flowable App - Form Issues on starting process #1199

Open RanjithNair opened 6 years ago

RanjithNair commented 6 years ago

I had published a very basic app through flowable-modeler. And when invoking the app through flowable-task and trying to create a process by clicking the link titled "Start a new process and track its progress", it just keeps on spinning. On checking the network requests, i saw that it throws 404 on trying to hit the below url

http://<host-ip>:9999/flowable-task/app/rest/process-definitions/sampleapp:1:<id>/start-form

tijsrademakers commented 6 years ago

Can you share which version of the Flowable Task application you are using and how you are running it?

RanjithNair commented 6 years ago

I just pulled the latest version from Docker which as per tags is 6.3.1.

Running flowable-task :-

docker run -p9999:9999 -e FLOWABLE_COMMON_APP_IDM-URL=http://<host-ip>:8080/flowable-idm -e FLOWABLE_COMMON_APP_IDM-ADMIN.USER=admin -e FLOWABLE_COMMON_APP_IDM-ADMIN.PASSWORD=test flowable/flowable-task