Re: workflow

From: Diego <rdiegoc_at_uol.com.ar>
Date: 13 Nov 2002 05:57:34 -0800
Message-ID: <747a8f4d.0211130557.46d874f2_at_posting.google.com>


ok!

now, this is I want do:

  1. the user view worklist with all tasks
  2. the user do click in one workitem.
  3. Workflow execute activity. It could call serlvet.
  4. The servlet process the request and call JSP to display data.
  5. The user complete form in jsp.
  6. the user submitting form.
  7. the appserver process the request and notify the workflow to end activity, that continue next activity.

is posible it?

thanks again
very much
Diego

In Theory you can use any presentation layer as there is an API for starting
workflows, resuming them, stopping them etc etc. We have written layers
using ASP, for example as well as VB.

This API is "presented" as a PL/SQL layer of stored procedures. So if you
can call PL/SQL from you JSP (which you should be able to) you have the
tools to do what you want. Now you'll need to find the API documentation
thats all and look for the correct API calls that will suit your flow.

I hope this helps.

Mark Stafford
Sciamus Limited
http://www.sciamus.com Received on Wed Nov 13 2002 - 14:57:34 CET

Original text of this message