camundala.api
package camundala.api
Type members
Classlikes
case
class CamundaAuthError(`type`: String, message: String, userId: String, permissionName: String, resourceName: String, resourceId: String)
@Schema$$annotations$$description("A JSON object with the following properties: (at least an empty JSON object {} or an empty request body)")
case
class CompleteTaskIn(variables: Map[ExampleName, CamundaVariable], @Schema$$annotations$$description("Set to false will not return the Process Variables and the Result Status is 204.") withVariablesInReturn: Boolean)
@Schema$$annotations$$description("A JSON object representing the newly created process instance.")
case
class CompleteTaskOut[T <: Product](@Schema$$annotations$$description("The Process Variables - Be aware that returns everything stored in the Process.") variables: T)
case
class FileInOut(fileName: String, @Schema$$annotations$$description("The content of the File as a Byte Array.") content: Array[Byte], mimeType: Option[String])
@Schema$$annotations$$description("A JSON object with the following properties")
case
class GetActiveTaskIn(@Schema$$annotations$$description processInstanceId: String, @Schema$$annotations$$description("We are only interested in the active Task(s)") active: Boolean)
@Schema$$annotations$$description("A JSON object representing the newly created process instance.")
case
case
class RequestOutput[T](statusCode: StatusCode, hasManyResults: Boolean, examples: Map[ExampleName, T])
- Companion
- object
@Schema$$annotations$$description("A JSON object with the following properties: (at least an empty JSON object {} or an empty request body)")
case
class StartProcessIn(variables: Map[ExampleName, CamundaVariable], @Schema$$annotations$$description("The business key of the process instance.") businessKey: Option[String], @Schema$$annotations$$description("Set to false will not return the Process Variables.") withVariablesInReturn: Boolean)
@Schema$$annotations$$description
case
class StartProcessOut(@Schema$$annotations$$description("The Process Variables - Be aware that returns everything stored in the Process.") variables: Map[ExampleName, CamundaVariable], @Schema$$annotations$$description id: String, @Schema$$annotations$$description("The id of the process definition.") definitionId: String, @Schema$$annotations$$description("The business key of the process instance.") businessKey: Option[String])