Answer for HumanTask editor:- No, Currently WSO2 DevStudio
doesn't have a Humantask editor. But you can use DevStudio's xml editor to edit humantask file (.ht
).
WSO2 BPS
supports Humantask 1.1 specification [1]. Currently it only supports remote humantask and remote notifications. Subtasks, lean tasks, inline Humantasks are not supported at the moment. If you want to learn humantask, I prefer specification [0]. It is a very simple specification compare to the BPEL 2.0. http://docs.wso2.org/display/BPS310/Writing+a+Human+Task+Artifact covers basic syntax required for humantask. I have written some blog posts to cover some advance humantask usecases. [1],[2]
Some useful tips for editing .ht files:
- set
.ht
file association for xml editor.
- As mentioned in [3] set .ht file with humantask xsd [4] for xml validation and auto-fill function based on xsd.
[0] http://docs.oasis-open.org/bpel4people/ws-humantask-1.1-spec-cs-01.html
[1] http://tryitnw.blogspot.com/2013/05/escalating-human-task-with-wso2-bps.html
[2] http://tryitnw.blogspot.com/2013/05/humantask-event-listeners-wso2-bps.html
[3] http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.wst.xmleditor.doc.user%2Ftopics%2Fcxmlcat.html
[4] http://docs.oasis-open.org/bpel4people/ws-humantask.xsd
Also refer this stack-overflow question as well. WSO2 human task goes to COMPLETED state but calling BPEL process remains in ACTIVE state