Sha256: 6a704b4b2b81d709b8a9b6617874447b1c4a88d07fac058fab0f34de8c3da2f8
Contents?: true
Size: 260 Bytes
Versions: 4
Compression:
Stored size: 260 Bytes
Contents
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
4 entries across 4 versions & 1 rubygems