I'm trying to get
To send information to a data-index container and use Management Console to view processes.
Data is being saved correctly but node information for incoming messages (specifically activatedAccountEvent, validatedAccountEmailEvent) are saved in the nodes table with a null an enter date. So when the management console requests graphql it comes back with an error:
"The field at path '/ProcessInstances[0]/nodes[9]/enter' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'DateTime' within parent type 'NodeInstance'"
If I manually update values on the table it works as expected.
How can I get enter values to be saved for those events?
Thanks in advance
Jose