[
https://jira.jboss.org/jira/browse/JBPM-1851?page=com.atlassian.jira.plug...
]
Thomas Diesler updated JBPM-1851:
---------------------------------
JBoss Forum Reference:
http://www.jboss.org/community/docs/DOC-12945
Description:
4.0.0 alpha1 (Januari 1st )
Inclusion of the following API concepts:
* Configuration
* ProcessEngine
* ProcessDefinitionService
* ProcessBuilder
* ProcessInstance or Process
* Execution of Token
* StartEvent with no Trigger
* EndEvent with no Result
* WaitState
* Exclusive Gateway
* Sequence Flow
Inclusion of the following process constructs
processes (<process/>)
start events (<start/>)
states == 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>
was:
4.0.0 alpha1 (Januari 1st )
Inclusion of the following API concepts:
* Configuration
* ProcessEngine
* ProcessDefinitionService
* ProcessBuilder
* ProcessInstance or Process
* Execution of Token
* StartEvent with no Trigger
* EndEvent with no Result
* WaitState
* Exclusive Gateway
* Sequence Flow
Inclusion of the following process constructs
processes (<process/>)
start events (<start/>)
states == 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>
http://www.jboss.org/community/docs/DOC-12945
Release API 1.0.0.Alpha1
------------------------
Key: JBPM-1851
URL:
https://jira.jboss.org/jira/browse/JBPM-1851
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: API
Reporter: Thomas Diesler
Fix For: API 1.0.0 Alpha1
4.0.0 alpha1 (Januari 1st )
Inclusion of the following API concepts:
* Configuration
* ProcessEngine
* ProcessDefinitionService
* ProcessBuilder
* ProcessInstance or Process
* Execution of Token
* StartEvent with no Trigger
* EndEvent with no Result
* WaitState
* Exclusive Gateway
* Sequence Flow
Inclusion of the following process constructs
processes (<process/>)
start events (<start/>)
states == 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>
--
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