Archiveinträge für 19. August 2008
Tägliche Archive
Dienstag, 19. August 2008
Using defined java methods in process snippets
There are some static methods which can be used within a process snippet to perform some context relevant functions, for e.g. processInstance() returns a ProcessInstanceData object of the current process. processInstance().getStarter() returns process starter user id. There are some other methods, further information see here.