karthik neela
karthik neela

Reputation: 41

How to Create and Deploy a BPEL process with Human Tasks using wso2 BPEL

I have not found any documentation regarding creation of BPEL process with Human Task using WSO2 BPEL. There is just once example called Claims Approval existing which is ready to deploy process. The documentation of creating that example process was also not there.

Please help me out. Have found a similar question existing but unfortunately there was no answer for that question. Any help is greatly appreciated!

Greetings Karthik

Upvotes: 2

Views: 1324

Answers (1)

Dharshana
Dharshana

Reputation: 1232

Please fing documentation on at Claims Approval [1].

Regarding human task process creating , from [2] you can find about implementing a human task event listener.

And sample BPEL process on Apache ODE( Which is underlying BPEl engine on wso2 BPS) can be found at[3].

[1]. http://docs.wso2.org/wiki/display/BPS300/Claims+Approval+Task+Sample

[2]. http://tryitnw.blogspot.com/2013/05/humantask-event-listeners-wso2-bps.htm

[3]. http://wso2.com/library/articles/writing-simple-ws-bpel-process-wso2-bps-apache-ode

Upvotes: 1

Related Questions