Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kie-roadmap#76] Track user aborting a process instance #2297

Merged
merged 1 commit into from Mar 20, 2024

Conversation

cimbalek
Copy link
Contributor

JIRA: kie-roadmap#76

WORK-IN-PROGRESS

assertEquals(userId, initiator);
} finally {
processService.abortProcessInstance(processInstanceId);
}
}

@Test
public void testAbortProcessWithIdentityListener() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    EventManagerProvider.getInstance().get().setEventEmitter(new TestEventEmitter());

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add that line there

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do, thanks

@cimbalek cimbalek changed the title WIP: [kie-roadmap#76] Track user aborting a process instance [kie-roadmap#76] Track user aborting a process instance Jun 13, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

87.1% 87.1% Coverage
0.0% 0.0% Duplication

Copy link
Member

@elguardian elguardian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@martinweiler martinweiler merged commit fec4fff into kiegroup:7.67.x-blue Mar 20, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants