Package dev.dsf.bpe.v2.activity
Interface ServiceTask
- All Superinterfaces:
Activity
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(ProcessPluginApi api, Variables variables) default ServiceTaskErrorHandler
-
Method Details
-
execute
- Parameters:
api- notnullvariables- notnull- Throws:
ErrorBoundaryEvent- to trigger custom error handling flow in BPMN, when usingDefaultServiceTaskErrorHandlerException- to fail the FHIRTaskand stop the process instance, when usingDefaultServiceTaskErrorHandler
-
getErrorHandler
- Specified by:
getErrorHandlerin interfaceActivity
-