public interface MockedCallActivityAction extends ServiceTaskAction
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExternalTaskDelegate callActivity)
Implement this action with custom code to be executed when the
process instance arrives at a mocked call activity.
|
void execute(ExternalTaskDelegate callActivity) throws Exception
execute in interface Action<ExternalTaskDelegate>execute in interface ServiceTaskActioncallActivity - the external task the call activity internally
is mocked with.Exception - in case your custom code throws checked exceptions.
Such exceptions will be wrapped into RuntimeExceptions and rethrown.Copyright © 2021 plexiti GmbH. All rights reserved.