Ok, so I need to write loggingactions for every step in the workflow… really there must be a better way. I know the data is in alfresco already, atleast the standard-gui has access to it somehow.
In the gui I can:
get "tasks done" for a user, so the old-tasks are saved.
get a list of tasks that have been performed before the current, so the context of a workflow are saved.
So the limitation must be in the javascript-api, right? I really don't think that I (or anyone else) should store this information a second time in a handrolled logger, right?
I guess that I have to go Java? Suggestions about where to start?