GetActiveTaskIn

@Schema$$annotations$$description("A JSON object with the following properties")
case class GetActiveTaskIn(@Schema$$annotations$$description("\n |The id of the process - you want to get the active tasks.\n |> This is the result id of the `StartProcessOut`\n |") processInstanceId: String, @Schema$$annotations$$description("We are only interested in the active Task(s)") active: Boolean)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product