flowchart
rss([example.com/rss.xml]) --> inactive[Inactive]
inactive e1@--> active[Active]
active e2@--> inactive
active e3@--> |If Buttondown can't access the feed| failing[Failing]
failing e4@--> |After three attempts| inactive
e3@{ animate: true }
e4@{ animate: true }
Represents the status of the automation, and whether or not it is active. Inactive automations will not be processed.
Active
Type
active
Description
Active.
Inactive
Type
inactive
Description
Inactive.
Failing
Type
failing
Description
Buttondown cannot retrieve items from this feed. It will continue to attempt to do so until it gives up, at which point the automation will be set to `inactive`.