Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jwt-dev] JWT2XPDL transformation

If a JWT application is a hook (Java class "hero.hook.*"), it is translated into a Bonita Hook. But the event is always afterTerminate, the next version should manage other events.

Guillaume


Marc Dutoo a écrit :
Very nice job Guillaume !

And what about Bonita specific features, like Java Hooks ?

Regards
Marc

On Fri, 21 Mar 2008 17:47:53 +0100, Guillaume Decarnin
<guillaume.decarnin@xxxxxxxxxxx> wrote:
Hello,

I have commited the JWT2XPDL transformation, for export from JWT to
Bonita (path: transformations/jwt-xpdl).

This first version has some limitations :
- If the JWT workflow has a cycle, Bonita will not be able to load the
generated XPDL file. For supporting cycles, the transformation should
detect the concerned edge and translate it into an iteration, not a
transition.
- All the JWT data are converted in process properties instead of
activity properties, because of difficulties to manage unique field
names.
- The subprocess calls are not managed. Embedded subprocess are ok.

Best regards,
Guillaume Decarnin
Open Wide

_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev

_______________________________________________
jwt-dev mailing list
jwt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jwt-dev



Back to the top