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

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

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

trait BpmnDsl:
  def descr: String
  def companyDescr: String = ""

  private[bpmn] def msgNameDescr(messageName: String) =
    Some(s"""
            |$descr
            |
            |- _messageName_: `$messageName`
            |
            |---
            |
            |$companyDescr
            |""".stripMargin)

  private[bpmn] lazy val defaultDescr =
    Some(s"""
            |$descr
            |
            |---
            |
            |$companyDescr
            |""".stripMargin)

end BpmnDsl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy