[
https://jira.jboss.org/jira/browse/JBPM-1880?page=com.atlassian.jira.plug...
]
Thomas Diesler reassigned JBPM-1880:
------------------------------------
Assignee: Tom Baeyens
Tom, we need maven snapshot artefacts that the dependent projects start to consume
Release API 1.0.0.Alpha1
------------------------
Key: JBPM-1880
URL:
https://jira.jboss.org/jira/browse/JBPM-1880
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: API
Reporter: Thomas Diesler
Assignee: Tom Baeyens
Fix For: API 1.0.0 Alpha1
Inclusion of the following API concepts:
* Configuration
* ProcessEngine
* ProcessDefinitionService
* ProcessBuilder
* ProcessInstance or Process
* Execution or Token
* StartEvent with no Trigger
* EndEvent with no Result
* WaitState
* Exclusive Gateway
* Sequence Flow
Inclusion of the following process constructs
* processe (<process/>)
* start event (<start/>)
* state == wait tasks (<state/>)
* exclusive gateway (<exclusive/>)
* sequence flow (<flow/>
<process>
<start name='A'>
<flow to='B'/>
</start>
<exclusive name='B' [expr='outcome']>
<flow to='C' [expr='expr1'] [name='accept']/>
<flow to='E' [expr='expr2'] [name='reject']/>
<flow to='D' [default='true'] [name='unknown']/>
</exclusive>
<state name='C'>
<flow to='E'/>
</state>
<exclusive name='D'>
<handler class='foo.bar'>
<config>
any
</config>
</handler>
</exclusive>
<end name='E'/>
</process>
The GPD will support the BPMN notation for these concepts
and they will be documented as such in the documentation.
--
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