Module: Operaton::Bpm::Client::Task::ExternalTaskService

Included in:
Impl::ExternalTaskServiceImpl
Defined in:
lib/operaton/bpm/client/task/external_task_service.rb

Overview

Mirrors org.operaton.bpm.client.task.ExternalTaskService. The Java overloads accepting either an ExternalTask or an id are collapsed into single Ruby methods that accept either.

Constant Summary collapse

INTERFACE_METHODS =
%i[
  lock unlock complete set_variables handle_failure handle_bpmn_error extend_lock
].freeze