Sha256: d3fa324dd9695f3793aa6bcacaaca29e26161c0a637cb72b90dfc16eb5d2f1b8
Contents?: true
Size: 322 Bytes
Versions: 15
Compression:
Stored size: 322 Bytes
Contents
# All of the BPMN worker classes will inherit from this class class CamundaJob < ApplicationJob # If using Sidekiq change to include Sidekiq::Worker instead of inheriting from ApplicationJob include Camunda::ExternalTaskJob # queue_as :camunda # Customize if needed for your Camunda background task instances end
Version data entries
15 entries across 15 versions & 1 rubygems