attributeGroup pollAttributes
annotation
documentation
Documentation only: attributes for type=Poll tasks

attribute pollAttributes/@duration
type xs:int
properties
isRef 0
default 7200
use optional
annotation
documentation
The PollTask polls the child Task every poll seconds for up to duration seconds. It succeeds if the child Task succeeds within the given duration.

attribute pollAttributes/@poll
type xs:int
properties
isRef 0
default 60
use optional
annotation
documentation
The PollTask polls the child Task every poll seconds for up to duration seconds. It succeeds if the child Task succeeds within the given duration.