Uses of Interface
de.xima.fc.interfaces.workflow.event.IUnhandledExceptionEventData
-
Packages that use IUnhandledExceptionEventData Package Description de.xima.fc.workflow.event -
-
Uses of IUnhandledExceptionEventData in de.xima.fc.workflow.event
Methods in de.xima.fc.workflow.event that return IUnhandledExceptionEventData Modifier and Type Method Description static IUnhandledExceptionEventData
WorkflowEventDataFactory. unhandledException(IWorkflowExecutionEnvironmentData environmentData, IWorkflowEventData originalEvent, NodeThrewException unhandledException)
Creates the event data for when an unhandled error occurred during execution of a workflow task.
-