I want to implement a workflow system and will like to make use of the flowable-ui, I have downloaded it from the repo, but having issues making it work with the rest API, is there any documentation on this, or can anyone who tell me what I am doing right . Thanks
Hi,
What kind of issues are you running into exactly?
We are working on the documentation at the moment, so it will be ready when the final 6.0.0 release comes out.
Best regards,
Tijs
Thank you, I initially extracted the flowable-ui-task and deploy on apache WAMP server I got this error on the concole :
Then I copied it into the TOMCAT then ran into errors when I tried to run start.sh see the image below.
Voice cellos not found .
You need a servlet container like Tomcat indeed. Can you share the errors you are seeing in Tomcat?
Best regards,
Tijs
This the error I am having
Hi,
It’s a lot easier when you download the 6.0.0 RC1 package from http://flowable.org
In the WARs folder you’ll find the apps that you can deploy directly on Tomcat, without having to build them yourself.
Best regards,
Tijs
Ok Thanks. I will try that.