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

Add cancel command for an engine action #8055

Merged
merged 2 commits into from
Feb 25, 2024

Conversation

mandy-chessell
Copy link
Contributor

Description

This PR:

  • Adds the cancel command for an engine action. This relies on the running governance service to issue a call to an external service to pick up the thread interrupt.
  • There is a new HTTP client for automated curation OMVS.

Related Issue(s)

None

Testing

FVT

Release Notes & Documentation

None

Additional notes

@mandy-chessell mandy-chessell merged commit d695f5e into odpi:main Feb 25, 2024
4 checks passed
String serviceURLMarker,
String userId,
String engineActionGUID,
NullRequestBody requestBody)

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'requestBody' is never used.
*
* @return list of step links
*/
public List<NextGovernanceActionProcessStepLink> getProcessStepLinks()

Check notice

Code scanning / CodeQL

Exposing internal representation Note

getProcessStepLinks exposes the internal representation stored in field processStepLinks. The value may be modified
after this call to getProcessStepLinks
.
*
* @return list of step elements
*/
public List<GovernanceActionProcessStepElement> getNextProcessSteps()

Check notice

Code scanning / CodeQL

Exposing internal representation Note

getNextProcessSteps exposes the internal representation stored in field nextProcessSteps. The value may be modified
after this call to getNextProcessSteps
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant