Long id
String entityId
long processInstanceId
String processId
String containerId
String name
int priority
Map<K,V> inputData
boolean pinned
boolean published
Set<E> potentialOwners
Set<E> typedLabels
TaskOrUser previousTaskOrUser
User user
Integer startTimeInMinutes
int durationInMinutes
Integer endTimeInMinutes
Task nextTask
User (the anchor) <-> A <-> B <-> C <-> D -> null
In this way given a TaskOrUser in a solution it's possible to iterate back and forward through the data structure.
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.