-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
NEW
-
NEW
A user would use the rest api to get the history of a process using the /nodes endpoint.
Following that a user may want to easily expand the /nodes of a sub process.
Currently only a SubProcessNode type is returned in the /nodes endpoint without a link the the sub process id. Without linking the subprocess instance id we cannot easily call
{subprocessinstanceid}/nodes again easily without additional api calls / logic.