camundala-api
camundala-api
camundala.api
APICreator
ApiEndpoint
ApiEndpoints
CamundaAuthError
CamundaError
CamundaProperty
CamundaProperty
CamundaRestApi
CamundaRestApi
CamundaVariable
CamundaVariable
CBoolean
CDouble
CEnum
CFile
CFileValueInfo
CInteger
CJson
CLong
CNull
CString
CompleteTask
CompleteTaskIn
CompleteTaskOut
CorrelateMessage
CorrelateMessageIn
EvaluateDecision
EvaluateDecisionIn
GetActiveTask
GetActiveTaskIn
GetActiveTaskOut
GetTaskFormVariables
ProcessReferenceCreator
RequestErrorOutput
RequestInput
RequestInput
RequestOutput
RequestOutput
SendSignal
SendSignalIn
StartProcessIn
StartProcessInstance
StartProcessInstance
StartProcessOut
UserTaskEndpoint
camundala.bpmn
BpmnDsl
BpmnProcesses
BpmnProcesses
CallActivity
CallActivity
CollectEntries
CollectEntries
DecisionDmn
DecisionDmn
DecisionResultType
Dmn
Dmns
Dmns
EndEvent
EndEvent
InOut
InOutDescr
Process
ProcessElement
ProcessNode
ReceiveMessageEvent
ReceiveMessageEvent
ReceiveSignalEvent
ReceiveSignalEvent
ResultList
ResultList
ServiceTask
ServiceTask
SingleEntry
SingleResult
UserTask
UserTask
camundala.dmn
DmnConfig
DmnTesterConfigCreator
DmnTesterObject
TesterData
TesterInput
camundala.domain
FileInOut
FileInOut
NoInput
NoInput
NoOutput
NoOutput
camundala-api
/
camundala.api
/
GetActiveTask
GetActiveTask
case
class
GetActiveTask
(
restApi:
CamundaRestApi
[
NoInput
,
NoOutput
])
extends
ApiEndpoint
[
NoInput
,
GetActiveTaskIn
,
NoOutput
,
GetActiveTask
]
Graph
Supertypes
trait
Serializable
trait
ApiEndpoint
[
NoInput
,
GetActiveTaskIn
,
NoOutput
,
GetActiveTask
]
trait
Product
trait
Equals
class
Object
trait
Matchable
class
Any
Value members
Value members
Concrete methods
def
createPostman
(
)(
using
tenantId:
Option
[
String
]):
Seq
[
Endpoint
[
Unit
,
_
,
Unit
,
Unit
,
Any
]]
def
withRestApi
(
restApi:
CamundaRestApi
[
NoInput
,
NoOutput
]):
GetActiveTask
Inherited methods
def
create
():
Seq
[
Endpoint
[
Unit
,
_
,
Unit
,
_
,
Any
]]
Inherited from:
ApiEndpoint
protected
def
definitionKeyPath
(
key:
String
):
EndpointInput
[
String
]
Inherited from:
ApiEndpoint
def
descr
:
String
Inherited from:
ApiEndpoint
protected
def
inMapper
():
Option
[
EndpointInput
[
NoInput
]]
Inherited from:
ApiEndpoint
protected
def
outMapper
():
Option
[
EndpointOutput
[
NoOutput
]]
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
):
GetActiveTask
Inherited from:
ApiEndpoint
def
withInExample
(
label:
String
,
example:
NoInput
):
GetActiveTask
Inherited from:
ApiEndpoint
def
withName
(
n:
String
):
GetActiveTask
Inherited from:
ApiEndpoint
def
withOutExample
(
label:
String
,
example:
NoOutput
):
GetActiveTask
Inherited from:
ApiEndpoint
def
withTag
(
t:
String
):
GetActiveTask
Inherited from:
ApiEndpoint
Concrete fields
val
apiName
:
String
val
endpointType
:
String
val
outStatusCode
:
StatusCode
Inherited fields
lazy
val
inExample
:
NoInput
Inherited from:
ApiEndpoint
lazy
val
outExample
:
NoOutput
Inherited from:
ApiEndpoint
lazy
val
postmanName
:
String
Inherited from:
ApiEndpoint
lazy
val
tag
:
String
Inherited from:
ApiEndpoint