Hi Duplex,

sorry, it took me a bit longer to get a running setup to check your code.
At a first glance it looks good, though I noticed some rendering issues
when scrolling. Does that also happen on your maschine?

However, I'm not entirely sure if you are on the right track, since the
data source you are currently using is the wrong one. This is the data that
knows the state of certain activities, so either this or the event streak
can be used to set the status of the activities rendered in the diagram.
The diagram however should not be rendered from this data, but should be
rendered from the original BPEL model, which is currently not available via
API in the console, but we can add this.

Perhaps you know this already and are just playing around with jsPlumb yet,
then please disregard this comment. Otherwise I'd suggest the following
steps:

1) Take a look at bpelviz and try to improve the generated HTML so that it
a) looks a bit more like a process model, i.e. with icons, some room for
metadata (start/completion date, status). This task would mainly be
tweaking the XSLT script.
2) The special thing in BPEL processes are flows and links. All other
activites are blocks and can easily nested, i.e. event in HTML they can be
nested divs. Flows however can connect (almost) arbitarary activites, as
long as they are somehow a child activity of a <flow>. The idea is to use
jsPlumb to render these links between activities.
3) Incorporate such generated HTML artifacts into the console. The idea is
that ODE will apply the XSLT script to the BPEL file to generate the HTML
file during deployment. Then we implement an API function so that the
console can request this HTML. This HTML shall then be displayed on the
visuals page in the console, enriched with the data from the activities
statuses, i.e. status and timestamps.

Does this match also your understanding and can we agree on that? Or do you
have a different understanding? Please let me know so that we are sure to
be on the same page. We could also set up short call if you like.

Thanks,
  Tammo

On Sun, Jun 14, 2015 at 11:56 PM, tony pro <tony14...@gmail.com> wrote:

> Hello Tammo, Sathwik.
>
> I just finished the very basic visual console here is the link to have a
> look.
> https://github.com/kamdjouduplex/ode-console
>
> >Also I really need to see how we can reorder the defferent activities in
> order so the by rendered them I wiil just concentrate my self on
> displayment of component and links without worry about order.
>
> >or any suggestion or help.
>
> thanks,
>
> --
>
> + <tony14...@gmail.com>237 70274538
> Univertity of Buea Cameroon
> https://kamdjou-resume.firebaseapp.com/
>



-- 
Tammo van Lessen - http://www.taval.de

Reply via email to