Hi,
I'm using ResourceElement within actions to log some informations that needs to be kept (not temp file, neither in cache)
Using Server.createResourceElement(resourceElementCategory, resourceElementName, null) which works fine.
The problem is when integrating thoses actions into a single workflow. Within the same workflow run, if the ResourceElement have just been created, I won't be able to retrieve them by parsing their ResourcElementCategory (using Server.getResourceElementCategoryWithPath(path))
is there a way to "flush" ResourceElement?
or am I doing something wrong?