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

com.homedepot.bigbricks.workflow.BigBricksWorkflowComponents.scala Maven / Gradle / Ivy

The newest version!
package com.homedepot.bigbricks.workflow

/**
  * Created by Ferosh Jacob on 10/22/16.
  */
trait BigBricksWorkflowComponents {

  case class BBProcess(id: String, name: String, definitionId: String, definitionName: String, state: String, startTime: String = "", endTime: String = "")

  case class BBProcessDefintiion(id: String, name: String, version: Int)

  case class BBTask(id: String, name: String)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy