-
This version runs on Windows 7, I'm having trouble setting up. Could you help me? thanks!
2010-01-06 13:18:26 UTC by agamenonpm
-
Hi ,
Thanks for the reply..but the problem is i do not know how to make it work with the example codelets provided by YAWL itself....i seem to be doing something wrong..if u could provide me with the steps in detail..it would be great!..Please help me out on this..I would greatly appreciate it..
2010-01-01 12:30:36 UTC by pooram87
-
Dear
I am also a newbie. However, I think you can find some clue in the examples included in the resourcing/codelets package. These samples demonstrated how to basically use the codelet mechanism.
Wish this can help.
2009-12-30 11:44:33 UTC by daviddynasty
-
Is it intended that YAWL supports "long running codelets"?
If so then I would expect the AbstractCodelet to have some sort of abstract "cancel" method so that the Engine/Resource Service can cancel the case containing the running codelet. For example if the long running codelet was ShellExecution running some command the "cancel" method would need to call destroy() on the underlying Process...
2009-12-30 10:59:34 UTC by davecp
-
The ShellExecution codelet does not appear to work with parameters i.e. prog p1 p2 p3 ...
It is specified to take the parameter "command" which is a string. Internally it uses ProcessBuilder which takes a command array as parameter (or List) of which command[0] represents the program to run and command[n] n > 0 represents the parameters.
Thus on Windows if command is set to say "cmd.exe...
2009-12-30 10:13:12 UTC by davecp
-
Hi all,
Please let me know on how to write a user defined codelet (a java program)and attach it to the YAWL engine.I have no clue on this.Please help me out on this ASAP.
2009-12-30 08:54:44 UTC by pooram87
-
adamsmj committed revision 1491 to the YAWL SVN repository, changing 7 files.
2009-12-24 02:34:11 UTC by adamsmj
-
adamsmj committed revision 1490 to the YAWL SVN repository, changing 22 files.
2009-12-24 02:20:35 UTC by adamsmj
-
great! Can I get a book? haha.
2009-12-20 13:05:45 UTC by daviddynasty
-
Thanks for the details. I will give it a try.
2009-12-18 19:59:29 UTC by mscott79