[jboss-user] [jBPM Users] - How does jBPM loggin work?

2009-12-11 Thread ajaygautam
My current log output from jBPM is a mix of Java Logging and Log4J. See: http://www.jboss.org/index.html?module=bbop=viewtopict=164742 I would like to switch off Java Logging, but can't seem to find a way to do that. I went through user and dev guides, and based on what I understood, I

[jboss-user] [jBPM Users] - How a pass signal from state a task or java?? I do not under

2009-12-07 Thread cmjhingeniero
Hi I want to pass the signal from one state to java, but I get the error: | org.jboss.resteasy.spi.UnhandledException: java.lang.IllegalArgumentException: id to load is required for loading |

[jboss-user] [jBPM Users] - How to suspend Join Execution

2009-11-30 Thread pradeep.gulla
Hi, I'm using JBPM4 with SQLServer. I've created a process XML such that it creates 4 parallel Tasks with Fork. These 4 tasks joins on completion(Approval) to initiate another new Task(single). My requirement is: If any task requests a rework, rest of all active tasks should gets

[jboss-user] [jBPM Users] - How signal as a state to a task?

2009-11-29 Thread cmjhingeniero
Hi I have a state that has an event that is consumed until the flag reaches a certain value. When you reach this value need to turn to another task. As I do this, some examples in java | state g=438,14,92,52 name=verificar repo | on event=start | timer duedate=1 minutes

[jboss-user] [jBPM Users] - how to create user in to jbpm workflow (identity)

2009-11-28 Thread optixpro
how can i register new user to my workflow application like register and login form can you give me an example thankyou View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267929#4267929 Reply to the post :

[jboss-user] [jBPM Users] - How to reference Superprocess from Subprocess (jBPM 4.2) ?

2009-11-26 Thread jjp
I try to access the Superprocess of a Subprocess. I tried Execution.getParent() but it always returned null. What is the sense of the getParent function ? The API manual says the parent execution in the execution structure, but the link execution structure maps to the package documentation. Is

[jboss-user] [jBPM Users] - How to signal subprocess?

2009-11-25 Thread OlivierL
Hi, I have a subprocess in my workfow, and a state node within. I can execute it, and it wait as expected in the state node. Until here, everything is ok. Now I want to signal the state node with : executionService.signalExecutionById(executionId). But the problem is : I don't know the

[jboss-user] [jBPM Users] - how to create jbpm project in jbpm 4.2

2009-11-24 Thread bhanureddy
Please let me know the process of creating JBPM project in 4.2. Thanks In advance.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4267302#4267302 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4267302

[jboss-user] [jBPM Users] - How

2009-11-24 Thread cmjhingeniero
Hi I need to implement a process that has an automatic activity (java), to be repeated whenever a condition is not met. I have read on timer and on-event, but do not know if this applies to a task java. I also appreciate any guidance on what I need | process name=PruebaTimer

[jboss-user] [jBPM Users] - How to use timers?

2009-11-23 Thread mauromol
Hello all, I spent some hours now trying to get a simple timer use-case to work using jBPM 3 with no success. I did a lot of search to find solutions and I could make some very little progress, but I think I'm doing something wrong again. First of all: is there any documentation on it? The jBPM

[jboss-user] [jBPM Users] - How does one create new instance with process variables thro

2009-11-23 Thread schechtere
I'm trying to use Rest interface to create new instance. It's working, but Its not assigning process variables to the new instance. Here's the URL to view an instance created through the console (rather than through a direct Rest call), and the data it returns:

[jboss-user] [jBPM Users] - how can i reuse jbpm-console on JBPM4.2

2009-11-13 Thread optixpro
hi i want to reuse jbpm-console to change UI Fuction something my be to struts or jsf but i don't realy know how can i get start how can i get some idea thanks you for help View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265647#4265647 Reply to the post :

[jboss-user] [jBPM Users] - how to get all tokens from processinstance

2009-11-07 Thread peterbasut...@gmail.com
i am using following code for getting all tokens from processInstance,but it is giving only currently running token(means tasknode information) information ProcessInstance processInstance = getProcessInstance(); List allTokens = processInstance.findAllTokens(); for (Token token

[jboss-user] [jBPM Users] - How to get JBPM identities in ESB?

2009-10-27 Thread Xibalban
Can I somehow get JBPM identities in ESB process? I would like to maintain a list of user names with email addresses in jbpm-console and get a user's email address in ESB process. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262430#4262430 Reply to the

[jboss-user] [jBPM Users] - How can I query run my own HQL in jBPM 4.x?

2009-10-27 Thread vchira
I have searched the forums buit i was unable to find a solution to my problem. I am trying to run my own hql query using the hibernate session that jBPM is using. how can i do that? is there a way to do something like this using jBPM API? if I could do that i could also search the task

[jboss-user] [jBPM Users] - how to programatically list actitities from one activity

2009-10-20 Thread kadrim
=== Environment == - jBPM Version : jbpm 4.1 on WinXP - Database : Mysql 5.1 - JDK : 1.5.0.11 - Container : Tomcat 6.0.20 - Configuration : importing files from the jbpm.jar - Libraries : I had to replace el-jar from tomcat with juel* from jbpm === Process

[jboss-user] [jBPM Users] - How can we contribute to development?

2009-10-07 Thread vchira
I had a lot of problems with Jbpm and i wanted to make some code contributions or at least forward you some ideas/code changes. How can one do that?: Hiere is a short List with the Problems that i can remember: 1. Timers are a mess. You can not set the duedate/duedatetime with a date!!! the

[jboss-user] [jBPM Users] - how to get the pooled actors information

2009-10-01 Thread saytomahendra
i am novice to the jbpm i have problem in retrieving the audit Trail data,i am using jbpm3.2.3 can anybody tell me how to retrieve the data from either Jbpm database(MSSQL 2005) or history apis. 1. i want the information about the pooled actors 2. who has performed a perticular action. thanks in

[jboss-user] [jBPM Users] - How to stop a process instance

2009-09-29 Thread fdegrigny
Is it possible to programatically terminate a process instance ? I tried the ProcessIntance.end() method but it doesn't work. After this method was called the token continue to the next task node and the process status in not equal to terminated. The method ProcessInstance.hasEnded() return

[jboss-user] [jBPM Users] - How to make automatic funtional testing for a wokflow Web Ap

2009-09-28 Thread jinjiankang
For a Web Application except for wokflow, it's easy to automate using DbUnit + HttpUnit(or HtmlUnit). Because a submit action is tested after setting a little pre-conditions. But for a wokflow Web Application, it's exhausted to set pre-conditions from state_n to state_n+1. Please give some

[jboss-user] [jBPM Users] - How to create png from a jpdl

2009-09-16 Thread remiel512
Hi all, I have a question about how to create a png file from jpdl file. I know jbpm3.2.6 have this function to create diagram, but i can't find any kind of function in Eclipse i can use to gan png file. Is that have any easy way to create png file from jpdl file? thanks all. View the

[jboss-user] [jBPM Users] - How to assign task to user programmaticaly

2009-09-09 Thread clandestino
I have task that is assigned to pooled actors. assignment pooled-actors=admin / So how can I programmatically with Java assign this task to some user. So after that this task disappear from pooledTaskInstanceList? View the original post :

[jboss-user] [jBPM Users] - How to trigger Sub-process from custom state recursively?

2009-09-02 Thread ekobir
Hi All I have started working jbpm recently. I'm trying to realise following scenario with jbpm. Any help is appreciated. Start points to a custom activity which requests an XML file from external source. If file exists, next custom activity starts streaming it. At this point, I would like

[jboss-user] [jBPM Users] - how can we pass variables to the start node in Jbpm4.0-CR1

2009-08-31 Thread @tul
Hi All, Can anyone tell me that how can i pass variables in the start task. I tried it by drag and drop the start node in the designer window but there is nothing where i can set variables which should be pass when process will start. Thanks in advance A. View the original post :

[jboss-user] [jBPM Users] - how to differentiate different ends ?

2009-08-27 Thread npirard
[jBPM 4] Is there a simple mean to differentiate the differente possible ends of a process? For instance in the example org.jbpm.examples.end.multiple.EndMultipleTest that comes with the distribution, a process may have three different ends. But once the process is ended, how can we know what

[jboss-user] [jBPM Users] - How to start JobExecutor with jBPM 4 + Spring

2009-08-24 Thread unsavory
Does anyone have any idea how to start the JobExecutor? I have configured the JobExecutor in the jbpm.cfg.xml file and it is working. However, it only seems to run when an asynchronous activity is started (ie: a task with a timeout in it is created). According to the documentation I just

[jboss-user] [jBPM Users] - How to control process transition in JBPM 4.0?

2009-08-24 Thread jbpmjboss11
Hello everybody, I have a question. I am trying to implement my web application activity into JBPM. That means when user move from one screen to other screen I want to move from one task/state to other. Now suppose user is on first page ie. he entered in first task/stage of process, call the