Follow-on actions are structured so that the 'condition' attribute of the follow-on action will contain a regular expression that will be matched against a given variable. By default, only this attribute is required. The condition will be compared against the return code of the action if no other source for comparison is specified. It is expected that on an action success, the return code will be a string value of 'true'. The attributes 'compareOnType' and 'compareOn' work in tandem to define other values to use in the comparison. For this action we need the follow-on action to always run. The comparison will take place when the value of 'condition' is 'true', 'compareOn' is 'true', and 'compareOnType' is 'raw'.