Currently when fetching pipeline execution details via getExecutionDetailV2 endpoint, Harness does not publish previous step Id's in nodeAdjacencyListMap. This makes it difficult for my use case where I need to trace back all steps(including those within a step group) in an execution to determine whether or not a specific step name and/or type was executed as only nextId's are published currently.