[
https://jira.jboss.org/jira/browse/JBIDE-6201?page=com.atlassian.jira.plu...
]
Marcel Sebek commented on JBIDE-6201:
-------------------------------------
Unfortunately, the documentation is inconsistent. A few lines bellow you can read:
command - required property. Needs to be one of:
NewProcessInstance-Command, StartProcessInstanceCommand,
or Cancel-ProcessInstanceCommand
However, the best place to look is the source code. In the file
jbossesb-src/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/Constants.java
you can find the following enum:
public enum OpCode {
CallbackCommand
,CancelProcessInstanceCommand
,NewProcessInstanceCommand
,StartProcessInstanceCommand
, GetProcessInstanceVariablesCommand;
}
BpmProcessor action: wrong list of commands
-------------------------------------------
Key: JBIDE-6201
URL:
https://jira.jboss.org/jira/browse/JBIDE-6201
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.GA
Reporter: Marcel Sebek
Assignee: Brian Fitzpatrick
The list of BpmProcessor commands is wrong, these commands are now offered:
NewProcessInstanceCommand, StartProcessCommand, CancelProcessInstanceCommand.
Instead of StartProcessCommand there should be StartProcessInstanceCommand. In addition,
a new command GetProcessInstanceVariablesCommand should be added.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira