when i execute taskinstance.getactorID() I got "null"
My startworkflow code as follow:
public long startWorkFlow(long workflowID, String userName)
| {
| log.debug("startworkflow " + workflowID + " start");
| long instanceID = -1;
| ProcessDefinition processDefinition = nu
i modifed the websale process as follow ,and deploy successfully ,but when i
start the process ,all the AssignmentHandlers seems haven't been invoked , the
actorid in swimlaneInstance table and in taskinstance table are all
"null".what's the problem?
|
|
|
|
|
|
i modifed the websale process as follow ,and deploy successfully ,but when
i start the process ,all the AssignmentHandlers seems haven't been invoked ,
the actorid in swimlaneInstance table and in taskinstance table are all
"null".what's the problem?
public void saveWorkFlowDefinition() {
log.debug("saveWorkFlowDefinition start");
ProcessDefinition process =
ProcessDefinition.parseXmlResource("cims/wfs/websale/processdefinition.xml");
JbpmSession session = jbpmSessionFactory.openJbpmSession();
session.beginTransaction();
S
I use jbuilder2005+SQLServer2000+jtds-1.1+jbpm3.0
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915217#3915217
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915217
---
HI
every one >Happy new year to all of you !
when I deploy a hello world process definiton , as fellow:
" +
I encountered such kind of problem,and I don't know how to solve it :
can any one help me thanks:
Transaction begin