Open RanjithNair opened 6 years ago
Can you share which version of the Flowable Task application you are using and how you are running it?
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
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