StartProcessInstance

case class StartProcessInstance[In <: Product, Out <: Product](processDefinitionKey: String, restApi: CamundaRestApi[In, Out], usedInDescr: Option[String], usesDescr: Option[String])(implicit evidence$25: Encoder[In], evidence$26: Decoder[In], evidence$27: Schema[In], evidence$28: ClassTag[In], evidence$29: Encoder[Out], evidence$30: Decoder[Out], evidence$31: Schema[Out], evidence$32: ClassTag[Out]) extends ApiEndpoint[In, StartProcessIn, Out, StartProcessInstance[In, Out]]
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def create(): Seq[Endpoint[Unit, _, Unit, _, Any]]
Inherited from:
ApiEndpoint
protected def definitionKeyPath(key: String): EndpointInput[String]
Inherited from:
ApiEndpoint
protected def inMapper(): Option[EndpointInput[In]]
Inherited from:
ApiEndpoint
protected def outMapper(): Option[EndpointOutput[Out]]
Inherited from:
ApiEndpoint
def postmanBaseEndpoint(using tenantId: Option[String]): Endpoint[Unit, _, Unit, Unit, Any]
Inherited from:
ApiEndpoint
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
protected def tenantIdPath(id: String): EndpointInput[String]
Inherited from:
ApiEndpoint
def withDescr(description: String): StartProcessInstance[In, Out]
Inherited from:
ApiEndpoint
inline def withInExample(inline example: In): 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
inline def withOutExample(inline example: Out): 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
val endpointType: String
val outStatusCode: StatusCode

Inherited fields

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