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

JBPM-3397-Add the ability to get the errorCode when a process ends with an Error #105

Closed
wants to merge 2 commits into from

Conversation

mswiderski
Copy link
Contributor

Add a method (getOutcome) to ProcessInstance to be able to retrieve outcome of the process instance, currently on error end events will set it to fault name (aka error code).
Extends BAM module to log following information for process instance:

  • end state of process instance
  • parent process instance id to have relationship for subprocesses
  • outcome of the process instance

…, parentProcessInstanceId and outcome of the process instance (fault name in case of error end event)
@mswiderski
Copy link
Contributor Author

merged into master

@mswiderski mswiderski closed this Jun 4, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant