MDAA TS Docs
    Preparing search index...

    Left-hand side of a condition: a JsonGet expression referencing a property file.

    interface JsonGetExpression {
        jsonPath: string;
        propertyFile: string;
        stepName: string;
    }
    Index

    Properties

    jsonPath: string

    JSON path within the property file.

    propertyFile: string

    Property file name (as declared in SmProcessingStep.propertyFiles).

    stepName: string

    Step name containing the property file output.