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