cancel
Showing results for 
Search instead for 
Did you mean: 

Audit logging. History for eventBasedGateway, signals, etc.

iam
Champ in-the-making
Champ in-the-making
HistoryParseListener:
  public void parseEventBasedGateway(Element eventBasedGwElement, ScopeImpl scope, ActivityImpl activity) {
    // TODO: Shall we add audit logging here as well?
  }
   public void parseBoundaryEvent(Element boundaryEventElement, ScopeImpl scopeElement, ActivityImpl activity) {
    // TODO: Add to audit logging? Discuss
  }
Lets discuss Smiley Very Happy

I have a solution for high lighting workflow path (sequence flows) (ACT-1353).
I get activities from the history and want to highlight all sequenceFlows between thi activities.
But there is no records in the history about evetBasedGateway, signals and etc.
For example, i have two intermediateCatchingEvent after eventBasedGateway. And from this trivial process I want to understand by history which element caught the signal.
But now I cann't. Sad.
2 REPLIES 2

frederikherema1
Star Contributor
Star Contributor
In 5.10, intermediate throw and catch-events are audited:


public void parseIntermediateThrowEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity) {
    addActivityHandlers(activity);
  }

  public void parseIntermediateCatchEvent(Element intermediateEventElement, ScopeImpl scope, ActivityImpl activity) {
    addActivityHandlers(activity);
  }

But indeed, boundary-event and event-based gateway aren't audited. Could you create a JIRA for this?

iam
Champ in-the-making
Champ in-the-making
:arrow:  ACT-1399
Getting started

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.