-
1. Re: nwebie question
Susanta Sep 16, 2005 2:59 AM (in response to Eric Chow)Hi Eric,
As your going to build web based Holiday application.
you can embed jbpm with your web application.
Thanks & Regard,
Susant Patnaik -
2. Re: nwebie question
Eric Chow Sep 16, 2005 4:25 AM (in response to Eric Chow)I tried to put a .par into the jbpm-server (within the jbpm-starter-kit), but it seems no effect. How can I know if it is successfully deploy the .par file ?
If I deploy some flows into the JBoss, how can I use it in web application? -
3. Re: nwebie question
Ronald van Kuijk Sep 16, 2005 6:44 AM (in response to Eric Chow)if it is realy deploying the par (you should see progress on this part) and if there is no error, it went fine. You can always look in the db to see if it is there.
Regarding your second question. Currently it shows up automagically in the list of available processes if the start state has a task with it. -
4. Re: nwebie question
Eric Chow Sep 16, 2005 12:01 PM (in response to Eric Chow)Thanks for your information.
Futhermore, how can I define the Users/Groups/Roles that can access the flow?
And for a Form, how can define some access control on some fields?
For example, some fields can be modified by UserA and UserB, some fields can by modified by RoleA or GroupB, etc.