First of all, I will explain shortly and detailed the app -> The client can design the flow using the designer, and obviously deploy it.
Client's personal logs in the web app, the home page is displayed and the link which starts the processInstance is shown. The guy now clicks on the link starting a new processInstace and sending the signal message to the StartNode. The following thing that should occurred is ( supposing next node is TaskNode ) get the tasks instances of that TaskNode and show the web form to the user for e.g. the first task instance. As said that should be the following thing, BUT I do not only have to show the web form with the variables of the task instances otherwise I have to add another variables dynamically that I got from some DB for then finall show up the web form with both variable types. And this is my problem... in some way I have to recognize what type of TaskNode the token is set to. Why ? Because if it's a mail type I have to present the web form showing taskcontrollers variables ( name, subject, mail text ) the also the dynamic variables I got from some BD. On the other hand if it's approval I have to present the web form showing taskcontrollers variables ( publisher, comments, etc ) the also the dynamic variables I got from some BD quering other tables. So is there some way to do this ? Like maybe associating some custom object to each Node ( GraphElement ) in order that it's a "Mail" Task Node or a "Approval" Task Node or so on... Regards, Sebastian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3942683#3942683 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3942683 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
