[jboss-user] [JBoss jBPM] - Re: JbpmContext: when to create new vs. get current

2006-10-13 Thread jagadeeshrao
I am also facing this problem. JD View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978092#3978092 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978092 ___ jboss-user mailing l

[jboss-user] [JBoss jBPM] - Regarding sending signal

2006-10-06 Thread jagadeeshrao
Hi, How can we pass signal from one node to another node in reverse direction? Please guide me. Thanks for your help JaD View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976561#3976561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss jBPM] - Regarding jbpm programs

2006-10-06 Thread jagadeeshrao
Hi, Do we have any developed API for jbpm normal action? like finding a node,finding existing processinstace or taskinstance, etc... Thanks JD View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976558#3976558 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss jBPM] - Regarding ProcessInstance

2006-10-06 Thread jagadeeshrao
Hi, How can we work with existing processInstance? My requirement is User1 will login and does some transactions. Some data will be stored into the database. Next User2 will login and take that data and does some operations. But, User2 will not sign in immediately. He may sign in at any t

[jboss-user] [JBoss jBPM] - Regarding JbpmContext

2006-10-06 Thread jagadeeshrao
Hi, How can we store data into database with out closing JBPM context? I am using JbpmContext.save (processInstance); But, data was not getting stored into database. when I execute jbpmcontext.close(); data was getting stored. Please guide me in this issue. Thanks in advance. JD View the

[jboss-user] [JBoss jBPM] - regarding Execution context

2006-10-06 Thread jagadeeshrao
Hi, How can we pass Execution context from one node to another node? for example , I have some data on A tasknode. I want to pass that data by checking a condition in a decision node to B tasknode. Let us assume A & B nodes have same number of variables. Like A task node variables Roll_no

[jboss-user] [JBoss jBPM] - Re: Regarding process variables

2006-10-06 Thread jagadeeshrao
Hi, In JBPM_VARAIABLEINSTANCE database table, there is feild called CLASS_. What is the meaning of that field. If execute processinstace as per code in the previous post , the program is creating total 6 variables and inserting into JBPM_VARAIABLEINSTANCE table. The program is not assigning th

[jboss-user] [JBoss jBPM] - Regarding process variables

2006-10-04 Thread jagadeeshrao
Hi, I am facing problem while coping process variables into database. I am not able to store values into database. is there any code sample for this proble? I am using following code to store process variable into database. TaskInstance.setVariable(variableName,value); TaskInstance.setVariable

[jboss-user] [JBoss jBPM] - Regarding process variables

2006-10-04 Thread jagadeeshrao
Hi, I am facing problem while coping process variables into database. I am not able to store values into database. is there any code sample for this proble? I am using following code to store process variable into database. TaskInstance.setVariable(variable ,Name); TaskInstance.setVariable(var

[jboss-user] [JBoss jBPM] - Regarding tasknode

2006-10-03 Thread jagadeeshrao
Hi, How to find out a tasknode in a process instance ? and how can we navigate to that tasknode. Please guide me. Thanks in advance. Jaga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975692#3975692 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss jBPM] - RegardinExecution Context

2006-10-02 Thread jagadeeshrao
" import org.jbpm.graph.exe.ExecutionContext " Jbpm 3x in the above class I couldn't find getExecutionService() method. I have searched for that method. finally I found in " import org.jbpm.delegation.ExecutionContext (Jbpm2.0) " class. I am using Jbpm 3.1. Where can I get this method in 3.1.

[jboss-user] [JBoss jBPM] - Regarding swimlane

2006-10-02 Thread jagadeeshrao
Hi, I am working with Swimlanes. But, I am assigning actors as static values. Please refer below code. I want to send users at runtime. ProcessDefinition.xml swimlane name="Clerk" I am assigning Actors like this swimlane name="Manager" assignment expression="user(xxx)" s

[jboss-user] [JBoss jBPM] - Regarding Jbpm tables

2006-09-28 Thread jagadeeshrao
Hi, Where can i get full details about JBPM TABLES? like description for each and every field in Jbpm table. Please guide me. Thanks Jagadeesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974842#3974842 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss jBPM] - Regarding processdefinition

2006-09-27 Thread jagadeeshrao
Hi, I am new to jbpm. is there any sample program with operations like , instanciate processdefinition and navigate from on node to another node to end node. Plesa guide me. Thanks Jaga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974474#3974474 Reply to

[jboss-user] [JBoss jBPM] - Regarding variable in jbpm

2006-09-27 Thread jagadeeshrao
Hi, I declared some varibles in tag inside task-node. How can assign values to those variables at runtime. Do you have any sample program. Pleas guide me. thanks Jagadeesh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974473#3974473 Reply to the post : ht