Hi roxy1987,
I tried to run through the demo link but encountered an exception while building the package. I have attached the screenshot of the exception. Please refer and inform where the things went wrong.
http://community.jboss.org/servlet/JiveServlet/downloadImage/2-601056-16192/450-400/Package+build+error.jpg
Below is the Hello.ftl file I created. Please inform if anything is wrong in it or not:
<html>
<body>
<h2>Hello</h2>
<hr>
This will start the Hello Process !
<form action="complete" method="POST" enctype="multipart">
<input type="submit" value="Complete"/>
</form>
</body>
</html>
Also below is the HelloTask.ftl file I created. Please inform if anything is wrong in it or not as well:
<html>
<body>
<h2>Hello</h2>
<hr>
Hello World !
<form action="complete" method="POST" enctype="multipart">
<input type="submit" value="Complete"/>
</form>
</body>
</html>
I don't know after creating what shall I do with the above ftl files since it was not mentioned in the screencast.. In other words am I supposed to configure them somewhere in the jbpm file or in the package or what I don't know. Once again your help will be highly appreciated.
Thanks.