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