Il codice che hai postato va bene, ti basta aggiungere 2 righe per recuperare i restanti div(parametrs, task), altrimenti puoi anche procedere cosi:

codice:
$(".subsequence").children().each(function(index, element) {
        $(element).css("background-color","#FF0");
        alert($(element).html());
    });