All Downloads are FREE. Search and download functionalities are using the official Maven repository.

camundala.bpmn.BpmnTimerEventDsl.scala Maven / Gradle / Ivy

There is a newer version: 1.30.23
Show newest version
package camundala.bpmn

import camundala.domain.*

import scala.reflect.ClassTag

trait BpmnTimerEventDsl extends BpmnDsl:

  def title: String

  def timerEvent(
  ): TimerEvent =
    TimerEvent(
      title,
      InOutDescr(title, descr = Some(descr))
    )
end BpmnTimerEventDsl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy