Recommendations for Web-based Forms/Workflow Software?
-
-
@jasonh said:
@scottalanmiller said:
There is Appian.
This one looks interesting; thanks!
Not saying id recommend it. Very powerful but support can be.... Lacking. I have deployed it, though.
-
FYI for anyone reading this in the future; we ended up going with ProcessMaker. It has all of the requirements I listed, plus runs on Linux and has basic AD integration (it will use AD/LDAP for authentication, but you have to select the users you want to import and remember to import new users in the future; the paid version gives you automatic LDAP sync and SSO)
-
Awesome. How expensive was it and how do you like it.
-
We're currently using the open source edition on a CentOS server, so cost was $0. I haven't contacted them about licensing the professional edition, but according to their website it looks like they use a subscription model that starts at $10k/year.
-
As for how we like it, setting up the forms and workflow is relatively easy to work with (that is, compared to jBPM and Activiti; it still requires some time and effort to understand how to create everything and learn it's nuances) and is quite flexible. The way it outputs copies of completed forms to PDF is pretty good. They have some decent documentation and so far we've been able to find solutions to all our questions in the online forums.
The one thing that's "missing" from the open source version is any kind of reporting tool for summarizing data collected in the forms. The only thing you can really do in the software is view forms/cases based on search results or browsing the history. However even if they had a tool (which their professional edition does), we probably wouldn't use it because we already have a reporting tool (SSRS) in use for all other reporting at our company, so we will just develop all the reports under there.
We've only gone live with one process, which is a fairly simple form that goes through a review process to ensure it gets recorded and the appropriate people are notified (accident reporting), but we're now working on some more complex processes (engineering changes) as well as a few more simple ones (expense reports, capital requests,)
-
Maybe you could tie Jasper Reports to it manually to get reports out of it.
-
Yes, Jasper Reports would work well. ProcessMaker stores everything in MySQL so any reporting tool that can talk to MySQL can utilize it. I haven't looked at the tables myself, but the other guy here who's been dealing with it more said they look fairly straight forward.
-
@jasonh said:
Yes, Jasper Reports would work well. ProcessMaker stores everything in MySQL so any reporting tool that can talk to MySQL can utilize it. I haven't looked at the tables myself, but the other guy here who's been dealing with it more said they look fairly straight forward.
Definitely let us know how that turns out. Sounds like this is, overall, a very interesting project.
-
interested in knowing too please.
-
I'll definitely post an update once we had a chance to do some reports so I can comment what their table and record structure is like. We'll be doing them with Microsoft SSRS, but concept would be the same as Jasper.