I think that it is missing the section on available conditions and states of the task that can be used in condition. I'm looking for something that will resemble the built-in "Even if a previous task has failed, even if the build was canceled" condition, but instead of canceled part I need to test for "timeout". I think that section showing what task properties are available would help me to solve it e.g. or(failed(), timeout()) :)
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
+1. The doc doesn't appear to say anything about most popular checks - for null or '' (empty).
@WilliamAntonRohm, @juliakm gentle ping.
@LukaszGrela There's no way to specifically check for a timeout. Timeout looks like cancellation to a condition expression.
@abatishchev I'll add an example for a null value/empty string.
Most helpful comment
+1. The doc doesn't appear to say anything about most popular checks - for
nullor''(empty).