(Un)Marshaller tests for Rest Service Tasks are failing (https://github.com/kiegroup/kie-wb-common/pull/2091).
- There are different values before and after marshalling:
nodeBeforeMarshalling -> executionSet -> taskName -> value = "Rest" nodeAfterMarshalling -> executionSet -> taskName -> value = "Task"
- If documentation property is not set (it is set to empty value), empty String "" in tests is expected, but actual value is null.
Note, that currently tests are not failing on documentation property because they are failing on different name first. See comment in JBPM-7072.
- is related to
-
JBPM-7072 Stunner - Service Task uses Task NameId instead of Display Name
- Open