Bases: object
(deprecated) Extract a field from the State Machine data that gets passed around between states.
replaced by JsonPath
deprecated
Attributes
Static Methods
(deprecated) Determines if the indicated string is an encoded JSON path.
value (str
) – string to be evaluated.
deprecated
bool
(deprecated) Instead of using a literal string list, get the value from a JSON path.
path (str
)
deprecated
List
[str
]
(deprecated) Instead of using a literal number, get the value from a JSON path.
path (str
)
deprecated
Union
[int
, float
]
(deprecated) Instead of using a literal string, get the value from a JSON path.
path (str
)
deprecated
str