StartProcessInstance

case
class StartProcessInstance[In <: Product, Out <: Product](processDefinitionKey: String, restApi: CamundaRestApi[In, Out])(implicit evidence$13: Encoder[In], evidence$14: Decoder[In], evidence$15: Schema[In], evidence$16: Encoder[Out], evidence$17: Decoder[Out], evidence$18: Schema[Out]) extends ApiEndpoint[In, Out, StartProcessInstance[In, Out]]
Companion
object
trait Serializable
trait ApiEndpoint[In, Out, StartProcessInstance[In, Out]]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def createPostman()(implicit tenantId: Option[String]): Seq[Endpoint[_, _, _, _]]
def withRestApi(restApi: CamundaRestApi[In, Out]): StartProcessInstance[In, Out]

Inherited methods

def baseEndpoint: Endpoint[_, _, _, _]
Inherited from
ApiEndpoint
def create(): Seq[Endpoint[_, _, _, _]]
Inherited from
ApiEndpoint
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def withDescr(description: String): StartProcessInstance[In, Out]
Inherited from
ApiEndpoint
def withInExample(label: String, example: In): StartProcessInstance[In, Out]
Inherited from
ApiEndpoint
def withName(n: String): StartProcessInstance[In, Out]
Inherited from
ApiEndpoint
def withOutExample(label: String, example: Out): StartProcessInstance[In, Out]
Inherited from
ApiEndpoint
def withTag(t: String): StartProcessInstance[In, Out]
Inherited from
ApiEndpoint

Concrete fields

val apiName: String
lazy override
val descr: String

Inherited fields

lazy
val docName: String
Inherited from
ApiEndpoint
lazy
val inExample: In
Inherited from
ApiEndpoint
lazy
val outExample: Out
Inherited from
ApiEndpoint
lazy
val postmanName: String
Inherited from
ApiEndpoint
lazy
val tag: String
Inherited from
ApiEndpoint
lazy
val valueName: String
Inherited from
ApiEndpoint