On 2/5/08, Anup Chandran <[EMAIL PROTECTED]> wrote: > > Is there an API in ODE which can be used by client applications to render > a > graphical view of the process instance?
Not directly, as Ode is oblivious to the graphical representation of processes. You can use Ode's process management APIs to query the process state, and from there project this information onto a graphical model (e.g. BPEL tree view, BPMN graph view, etc.) alex
