Sha256: 45d3f4b85c460096c1084988e1b695ce02d2172b245b61f2b8d50357e3e25681
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 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 uri 'incident/(:id)' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
camunda-workflow-1.0.0 | lib/camunda/incident.rb |