Interface StatePath


public interface StatePath
A path expression indicating where a value in a nested Object should be extracted.

A StatePath is a dot-delimited list of segments, where each segment is a property name. Any segment can end in an operator that provides additional details:

  • [] ? specifies an array index to extract
This syntax is used in Task.getInputRecord().