Petals ANT Tasks SNAPSHOT

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
For the flow step identified by its index '{{flowStepIdx}}'' in the given flow instance:
* the assertions given as nested elements will be executed,
* a check is automatically applied on ending trace to validate its ending status (success or error) according to the attribute '{{endsWithError}}': if '{{true}}', the flow step must end with failure; if '{{false}}' or absent, the flow step must end successfully.
* and, if needed, information can be extracted using '{{flowStepInfo}}'.



Available assertions on a flow step are relative to its attributes:
* '{{attributeEquals}}': the actual value of the property identifier by '{{name}}' must be equals to the value given by '{{value}}',