Sha256: bbf6d752276a0e1ead952f3e93cabd936319e7dd0900ef7d09afb7b1bdaec228

Contents?: true

Size: 322 Bytes

Versions: 14

Compression:

Stored size: 322 Bytes

Contents

# Allows for incidents to be reported to Camunda. Incidents are notable events
# that happen in the process engine. Such incidents usually indicate some kind of problem
# related to process execution. Incidents are reported on failures that occur.
class Camunda::Incident < Camunda::Model
  collection_path 'incident'
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
camunda-workflow-0.6.0 lib/camunda/incident.rb
camunda-workflow-0.5.0 lib/camunda/incident.rb
camunda-workflow-0.4.1 lib/camunda/incident.rb
camunda-workflow-0.4.0 lib/camunda/incident.rb
camunda-workflow-0.3.3 lib/camunda/incident.rb
camunda-workflow-0.3.2 lib/camunda/incident.rb
camunda-workflow-0.3.1 lib/camunda/incident.rb
camunda-workflow-0.3.0 lib/camunda/incident.rb
camunda-workflow-0.2.3 lib/camunda/incident.rb
camunda-workflow-0.2.2 lib/camunda/incident.rb
camunda-workflow-0.2.1 lib/camunda/incident.rb
camunda-workflow-0.2.0 lib/camunda/incident.rb
camunda-workflow-0.1.5 lib/camunda/incident.rb
camunda-workflow-0.1.4 lib/camunda/incident.rb