Interface ProcessStepService

    • Method Detail

      • provideErrorInformation

        default AdditionalErrorInfo provideErrorInformation​(ProcessStepExecution workItem,
                                                            Exception exc)
        Provide any additional error information in case the processing of #doExecute has failed. In case you dont want to provide any additional info, return null.
        Parameters:
        workItem - workitem that failed
        exc - exception that occurred
        Returns:
        instance of AdditionalErrorInfo, most important attributes are errorCode and deepLink - for back navigation from support tool.