-
Verifies the expectation that the
Task
is currently waiting to
be assigned to a user of the specified candidate group.
Verifies the expectation that the
Task
is currently associated to the
specified candidate group - no matter whether it is already assigned to a
specific user or not.
Verifies the expectation that the
Task
is currently waiting to
be assigned to a specified candidate user.
Verifies the expectation that the
Task
is currently associated to the
specified candidate user - no matter whether it is already assigned to a
specific user or not.
Verifies the definition key of a
Task
.
Verifies the description of a
Task
.
Verifies the due date of a
Task
.
Verifies the expectation that the
Task
has a specified form key.
Verifies the internal id of a
Task
.
Verifies the name (label) of a
Task
.
Verifies the expectation that the
Task
is currently assigned to
the specified user.
Verifies the expectation that the
Task
is currently not assigned to
any particular user.
ProcessInstanceAssert.task()
Enter into a chained task assert inspecting the one and mostly
one task currently available in the context of the process instance
under test of this ProcessInstanceAssert.
ProcessInstanceAssert.task(String taskDefinitionKey)
Enter into a chained task assert inspecting the one and mostly
one task of the specified task definition key currently available in the
context of the process instance under test of this ProcessInstanceAssert.
Enter into a chained task assert inspecting only tasks currently
available in the context of the process instance under test of this
ProcessInstanceAssert.