Hello everybody,
Here is the second release of Open InfoManager Extjs based UI for
tempo
I rethink the extjs component based architecture and now it is
readable.
http://whataboutbpm.wordpress.com/extjs-based-task-manager-for-bpms/The backend is done trying to use a task operation Facade helper class
to call TMS client and TMP service operations like TempoClient test
helper class does but without extending TMS client but composing.
The backend code is in jsonnew eclipse project.
The delay was due to personal affairs and that I am trying to study
more before making any question (specifically related to Task States
and Delegation matters, along task operations
<xsd:simpleType name="tStatus">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="CREATED"/>
<xsd:enumeration value="READY"/>
<xsd:enumeration value="RESERVED"/>
<xsd:enumeration value="IN_PROGRESS"/>
<xsd:enumeration value="SUSPENDED"/>
<xsd:enumeration value="COMPLETED"/>
<xsd:enumeration value="FAILED"/>
<xsd:enumeration value="ERROR"/>
<xsd:enumeration value="EXITED"/>
<xsd:enumeration value="OBSOLETE"/>
</xsd:restriction>
</xsd:simpleType>
and 6.1.1 Participant Operations at page 43 of
WS-HumanTask_v1 .pdf
).
Is there any new WS-HumanTask_v X .pdf release?
As the following study shows a lack of states for Delegation purposes:
http://www.google.com.cu/url?q=http://portal.acm.org/citation.cfm%3Fid%3D1556176.1556195&ei=gx2RS9CICoG1tgf9rdSjCw&sa=X&oi=spellmeleon_result&resnum=2&ct=result&ved=0CAgQhgIwAQ&usg=AFQjCNEWxhvB-p3GvQINYhJ9cVcIr-VGfwThis may lead to some changes in Task persistent layer along Task
Management Process life cycle.
Best Regards,
Gil.