How to Create and Deploy a BPEL process with Human Tasks using wso2 BPEL - 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

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

Related

Where can I find the discovery feature documentation for GetStream.io

I started working with GetStream, and I am looking to implement a discovery or suggestion feature, but I cannot find documentation for the feature in GetStream.
https://getstream.io/personalization
Anyone know a good source that I can start with

Migration from a BPEL Engine to a BPMN Engine

I'm looking for a some kind of generic guide about the steps to perform during the migration from a BPEL engine to a BPMN engine. Maybe there is some kind of documentation regarding this topic from someone who already did it. Maybe somebody could sketch the necessary steps here. Unfortunately I couldn't find anything appropriate about this topic on the web.
Thanks in advance.
This is not a trivial task.
Do you need to generate "code" (From Bpel to Bpmn) or a transparent migration?
Please take a look on these articles, they show some differences between Bpel and BPMN.
http://www.infoq.com/articles/%20bpelbpm
https://redstack.wordpress.com/2011/01/15/what-bpm-adds-to-soa-suite/

WSO2 CEP 3.0 for Cassandra database

I need to use WSO2 CEP 3.0 for a project but I do not have a clue about it. My idea is to use the CEP engine as triggers on a little Cassandra database that I have created , to edit one field when another one is changed.
I have read the official documentation, searched on the support forums (stackoverflow included), googled about it, but still I do not know what steps I have to follow.
I would appreciate if anyone could give some explanation or any documentation for doing this task.
Thanks in advance.
CEP is a processing engine that processes events in real-time.. To process events, events needs to send to CEP in some manner. In your case if any change occur db, there should be some other client or external party need send events to CEP. There are several default adaptors available which receive events. see the links [1] & [2] for more info..
[1] http://docs.wso2.org/display/CEP300/Input+Event+Adaptors
[2] http://wso2.com/library/articles/2013/08/writing-custom-event-adaptors-for-cep-3.0.0/

Apache ODE, BPEL, Invoke RESTful API

Apache ODE documentation seems to support this i.e. invoking/orchestrating RESTFul APIs.
No examples sources available on their site and even after trying hard on Google couldn't find anything useful.
Can someone help me to find a direction?
I'm using latest Apache ODE distribution with Eclipse BPEL designer.
We have a large SET of RESTFul APIs that provides the core interface to our business processes entirely. BPEL seems to be good Orchestration/Workflow programming solution but without the RESTFul API support out of the box I'm almost giving up on it.
I must be missing something here. Please suggest.
This sample is compliant with ws-BPEL 2.0 standard, we have tested only on wso2 bps, you'll be able to run it on ODE with minimal changes to the process. https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/products/bps/3.0.0/modules/samples/product/src/main/resources/bpel/2.0/TestRESTProcess

Monotouch: Example of an implementation of a finite length task executing when exiting iOS application?

In Apple's docs I have found an article how to execute a finite-length task when exiting the application. I am looking for a way to adopt that in MonoTouch.
The idea is to process some data if the user pushes the app into background, but that processing takes longer than the time I'm granted by default, hence I want to use the functionality describe here: http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/BackgroundExecution/BackgroundExecution.html to get more time.
How does the code translate into MT? Has anybody an example?
I have a blog post with an example for MonoTouch: http://software.tavlikos.com/2010/12/08/multitasking-in-ios-the-monotouch-way-part-i/

Resources