10-31-2012 05:25 AM
11-02-2012 03:16 AM
11-07-2012 03:32 AM
11-08-2012 04:40 AM
try {
ExecutionContext execution = Context.getExecutionContext();
delegateTask.setVariable("storedExecutionId", execution.getExecution().getId());
} catch (EmptyStackException ese) {
//This should not happen
delegateTask.setVariable("storedExecutionId", null);
}
11-08-2012 04:53 AM
11-08-2012 05:50 AM
"Process-scoped" beans can be retrieved at this moment as they internally rely on the Context.getExecutionContext() to be setI suppose you're using CDI?
we want to log the changes made together with which process and execution did the changeHave you looked into adding a custom interceptor to the interceptor-stack? This is good for intercepting all commands that are executed and allows inspecting execution and command-context, I guess…
11-09-2012 10:05 AM
11-13-2012 07:19 PM
11-16-2012 05:32 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.