'Pending', 'value' => 'pending' ], [ 'label' => 'Suppressed', 'value' => 'Suppressed' ],[ 'label' => 'Active', 'value' => 'Active' ],[ 'label' => 'Draft', 'value' => 'Draft' ],[ 'label' => 'Deactivated', 'value' => 'Deactivated' ],[ 'label' => 'ReadOnly', 'value' => 'ReadOnly' ],[ 'label' => 'NotAvailableInThisVersion', 'value' => 'NotAvailableInThisVersion' ], [ 'label' => 'Failed', 'value' => 'Failed' ], [ 'label' => Automation::CONTACT_STATUS_PENDING, 'value' => Automation::CONTACT_STATUS_PENDING ], [ 'label' => Automation::CONTACT_STATUS_CONFIRMED, 'value' => Automation::CONTACT_STATUS_CONFIRMED ], [ 'label' => Automation::CONTACT_STATUS_EXPIRED, 'value' => Automation::CONTACT_STATUS_EXPIRED ], ]; return $options; } }